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 13961fa commit 43fb626Copy full SHA for 43fb626
tests/test_inla.py
@@ -76,7 +76,7 @@ def test_get_conditional_gaussian_approximation():
76
x=model.rvs_to_values[x],
77
Q=Q.reshape((d, d)),
78
mu=mu_param,
79
- optimizer_kwargs={"tol": 1e-25},
+ optimizer_kwargs={"tol": 1e-8},
80
)
81
82
cga = pytensor.function(args, [x0, pm.logp(x_g, model.rvs_to_values[x])])
0 commit comments