We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062d304 commit 883b5f9Copy full SHA for 883b5f9
1 file changed
test/sig_utils.py
@@ -145,7 +145,7 @@ def get_cpp_type(stan_type):
145
"uniform_lcdf": [None, 0.2, 0.9],
146
"uniform_lpdf": [None, 0.2, 0.9],
147
"uniform_rng": [0.2, 1.9, None],
148
- "wiener_lpdf": [0.8, None, 0.4, None, None, None, None, None],
+ "wiener_lpdf": [0.8, None, 0.4, None, None, None, None, None, 1e-4],
149
}
150
151
# list of functions we do not test. These are mainly functions implemented in compiler
@@ -180,6 +180,9 @@ def get_cpp_type(stan_type):
180
"ode_adams_tol": [4, 5, 6],
181
"ode_bdf_tol": [4, 5, 6],
182
"ode_rk45_tol": [4, 5, 6],
183
+ "wiener_lpdf": [6, 8],
184
+ "wiener_lccdf_defective": [5, 8],
185
+ "wiener_lcdf_defective": [5, 8],
186
187
188
# lists of functions that do not support fwd or rev autodiff
0 commit comments