Skip to content

Commit ca7ae52

Browse files
authored
Merge pull request #2825 from stan-dev/test/std_normal_log_qf-argument-bounds
Expression tests: std_normal_log_qf requires non-positive argument
2 parents 7a2c3b1 + 1382f3f commit ca7ae52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sig_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def get_cpp_type(stan_type):
124124
"ordered_free": [1.0],
125125
"simplex_constrain": [None, scalar_return_type],
126126
"simplex_free": [simplex],
127+
"std_normal_log_qf": [-0.1],
127128
"student_t_cdf": [0.8, None, 0.4, None],
128129
"student_t_cdf_log": [0.8, None, 0.4, None],
129130
"student_t_ccdf_log": [0.8, None, 0.4, None],

0 commit comments

Comments
 (0)