Skip to content

Commit

Permalink
atol
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 24, 2024
1 parent e2587ef commit 9ef979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class GradientCheckSettings:
ss_sensitivity_mode=amici.SteadyStateSensitivityMode.integrationOnly,
)
settings["Fujita_SciSignal2010"] = GradientCheckSettings(
atol_check=1e-10,
atol_check=1e-7,
rtol_check=5e-4,
)
settings["Giordano_Nature2020"] = GradientCheckSettings(
Expand Down

0 comments on commit 9ef979f

Please sign in to comment.