From b45e6c662c3c10f7a59bda5437f404c42c64f0a1 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Thu, 21 Nov 2024 12:42:47 -0500 Subject: [PATCH] Expression tests: Fix arguments for beta_neg_binomial_rng --- test/sig_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sig_utils.py b/test/sig_utils.py index 2a3fb7ebad1..5e64c0b9389 100644 --- a/test/sig_utils.py +++ b/test/sig_utils.py @@ -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],