Skip to content

Commit

Permalink
Cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Sep 20, 2023
1 parent f1d5e53 commit 1ce2f12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/math/mix/prob/binomial_logit_glm_lpmf_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

}

0 comments on commit 1ce2f12

Please sign in to comment.