Skip to content

Commit 43fb626

Browse files
changed minimizer tol to 1e-8
1 parent 13961fa commit 43fb626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_inla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_get_conditional_gaussian_approximation():
7676
x=model.rvs_to_values[x],
7777
Q=Q.reshape((d, d)),
7878
mu=mu_param,
79-
optimizer_kwargs={"tol": 1e-25},
79+
optimizer_kwargs={"tol": 1e-8},
8080
)
8181

8282
cga = pytensor.function(args, [x0, pm.logp(x_g, model.rvs_to_values[x])])

0 commit comments

Comments
 (0)