We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e42108 commit 2a81187Copy full SHA for 2a81187
1 file changed
test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp
@@ -19,4 +19,5 @@ TEST(mathMixScalFun, binomial_logit_lpmf) {
19
stan::test::expect_ad(f(n_arr, 10), 2.11);
20
stan::test::expect_ad(f(n_arr, N_arr), 2.11);
21
stan::test::expect_ad(f(5, N_arr), 2.11);
22
+ stan::test::expect_ad(f(5, N_arr), alpha);
23
}
0 commit comments