Skip to content

Commit 883b5f9

Browse files
committed
Update sig_utils.py
1 parent 062d304 commit 883b5f9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/sig_utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def get_cpp_type(stan_type):
145145
"uniform_lcdf": [None, 0.2, 0.9],
146146
"uniform_lpdf": [None, 0.2, 0.9],
147147
"uniform_rng": [0.2, 1.9, None],
148-
"wiener_lpdf": [0.8, None, 0.4, None, None, None, None, None],
148+
"wiener_lpdf": [0.8, None, 0.4, None, None, None, None, None, 1e-4],
149149
}
150150

151151
# list of functions we do not test. These are mainly functions implemented in compiler
@@ -180,6 +180,9 @@ def get_cpp_type(stan_type):
180180
"ode_adams_tol": [4, 5, 6],
181181
"ode_bdf_tol": [4, 5, 6],
182182
"ode_rk45_tol": [4, 5, 6],
183+
"wiener_lpdf": [6, 8],
184+
"wiener_lccdf_defective": [5, 8],
185+
"wiener_lcdf_defective": [5, 8],
183186
}
184187

185188
# lists of functions that do not support fwd or rev autodiff

0 commit comments

Comments
 (0)