Skip to content

Commit

Permalink
Expression tests: std_normal_log_qf requires non-positive argument
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 14, 2022
1 parent 7a2c3b1 commit 1382f3f
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 @@ -124,6 +124,7 @@ def get_cpp_type(stan_type):
"ordered_free": [1.0],
"simplex_constrain": [None, scalar_return_type],
"simplex_free": [simplex],
"std_normal_log_qf": [-0.1],
"student_t_cdf": [0.8, None, 0.4, None],
"student_t_cdf_log": [0.8, None, 0.4, None],
"student_t_ccdf_log": [0.8, None, 0.4, None],
Expand Down

0 comments on commit 1382f3f

Please sign in to comment.