Skip to content

Commit

Permalink
Merge pull request #2825 from stan-dev/test/std_normal_log_qf-argumen…
Browse files Browse the repository at this point in the history
…t-bounds

Expression tests: std_normal_log_qf requires non-positive argument
  • Loading branch information
WardBrian authored Oct 15, 2022
2 parents 7a2c3b1 + 1382f3f commit ca7ae52
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 ca7ae52

Please sign in to comment.