From 1ce2f1299727b3898c4090e2b013d67103d63135 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 20 Sep 2023 09:13:08 +0300 Subject: [PATCH] Cpplint --- test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp b/test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp index f71124b696a..2d7d0d08b3a 100644 --- a/test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp +++ b/test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp @@ -31,5 +31,4 @@ TEST(mathMixScalFun, binomial_logit_glm_lpmf) { stan::test::expect_ad(f(n_arr[0], N_arr), x_rowvec, alpha[0], beta); stan::test::expect_ad(f(n_arr, N_arr[0]), x_rowvec, alpha[0], beta); stan::test::expect_ad(f(n_arr, N_arr), x_rowvec, alpha[0], beta); - }