Skip to content

Commit

Permalink
Missed test combination
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Sep 19, 2023
1 parent 7e42108 commit 2a81187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ TEST(mathMixScalFun, binomial_logit_lpmf) {
stan::test::expect_ad(f(n_arr, 10), 2.11);
stan::test::expect_ad(f(n_arr, N_arr), 2.11);
stan::test::expect_ad(f(5, N_arr), 2.11);
stan::test::expect_ad(f(5, N_arr), alpha);
}

0 comments on commit 2a81187

Please sign in to comment.