Skip to content

Commit 2a81187

Browse files
committed
Missed test combination
1 parent 7e42108 commit 2a81187

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ TEST(mathMixScalFun, binomial_logit_lpmf) {
1919
stan::test::expect_ad(f(n_arr, 10), 2.11);
2020
stan::test::expect_ad(f(n_arr, N_arr), 2.11);
2121
stan::test::expect_ad(f(5, N_arr), 2.11);
22+
stan::test::expect_ad(f(5, N_arr), alpha);
2223
}

0 commit comments

Comments
 (0)