Skip to content

Commit

Permalink
Merge pull request #3130 from stan-dev/bnb-expr-test-arguments
Browse files Browse the repository at this point in the history
Expression tests: Fix arguments for beta_neg_binomial_rng
  • Loading branch information
SteveBronder authored Nov 22, 2024
2 parents 061ac50 + b45e6c6 commit 6ee5d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sig_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def get_cpp_type(stan_type):
"acosh": [1.4],
"algebra_solver": [None, None, None, None, None, None, None, 10],
"algebra_solver_newton": [None, None, None, None, None, None, None, 10],
"beta_neg_binomial_rng": [1.1, 3.1, 8.1],
"log1m_exp": [-0.6],
"categorical_rng": [simplex, None],
"categorical_lpmf": [None, simplex],
Expand Down

0 comments on commit 6ee5d48

Please sign in to comment.