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 dcc5240 commit 337ae79Copy full SHA for 337ae79
1 file changed
test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp
@@ -31,5 +31,4 @@ TEST(mathMixScalFun, binomial_logit_glm_lpmf) {
31
stan::test::expect_ad(f(n_arr[0], N_arr), x_rowvec, alpha[0], beta);
32
stan::test::expect_ad(f(n_arr, N_arr[0]), x_rowvec, alpha[0], beta);
33
stan::test::expect_ad(f(n_arr, N_arr), x_rowvec, alpha[0], beta);
34
-
35
}
0 commit comments