From 2a8118787b772f5bf59a483b314752c5ef3f91f3 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 19 Sep 2023 19:00:49 +0300 Subject: [PATCH] Missed test combination --- test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp b/test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp index 47241944c07..250ab303e39 100644 --- a/test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp +++ b/test/unit/math/mix/prob/binomial_logit_lpmf_test.cpp @@ -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); }