Skip to content

Commit

Permalink
decrease integration tols
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 18, 2024
1 parent c668319 commit 91be4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ def test_jax_llh(benchmark_problem):
kwargs = {}
if problem_id in ("Zheng_PNAS2012",):
kwargs["controller"] = diffrax.PIDController(
atol=1e-12,
rtol=1e-12,
atol=1e-14,
rtol=1e-14,
pcoeff=0.4,
icoeff=0.3,
dcoeff=0.0,
Expand Down

0 comments on commit 91be4f3

Please sign in to comment.