Skip to content

Commit 6ee5d48

Browse files
authored
Merge pull request #3130 from stan-dev/bnb-expr-test-arguments
Expression tests: Fix arguments for beta_neg_binomial_rng
2 parents 061ac50 + b45e6c6 commit 6ee5d48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/sig_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def get_cpp_type(stan_type):
7575
"acosh": [1.4],
7676
"algebra_solver": [None, None, None, None, None, None, None, 10],
7777
"algebra_solver_newton": [None, None, None, None, None, None, None, 10],
78+
"beta_neg_binomial_rng": [1.1, 3.1, 8.1],
7879
"log1m_exp": [-0.6],
7980
"categorical_rng": [simplex, None],
8081
"categorical_lpmf": [None, simplex],

0 commit comments

Comments
 (0)