Skip to content

Commit

Permalink
Re-enable gradient check for Raia_CancerResearch2011
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 24, 2024
1 parent 9577ed0 commit 8c52d02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
# excluded due to excessive numerical failures
"Crauste_CellSystems2017",
"Fujita_SciSignal2010",
# FIXME: re-enable
"Raia_CancerResearch2011",
}
problems_for_gradient_check = list(sorted(problems_for_gradient_check))

Expand Down Expand Up @@ -193,6 +191,10 @@ class GradientCheckSettings:
atol_sim=1e-12,
rtol_sim=1e-12,
)
settings["Raia_CancerResearch2011"] = GradientCheckSettings(
atol_check=1e-10,
rtol_check=1e-3,
)
settings["Smith_BMCSystBiol2013"] = GradientCheckSettings(
atol_sim=1e-10,
rtol_sim=1e-10,
Expand Down

0 comments on commit 8c52d02

Please sign in to comment.