Skip to content

Commit

Permalink
Sneyd_PNAS2002
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 8, 2024
1 parent 65fcd0d commit d79ea31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ class GradientCheckSettings:
rtol_check=1e-2,
rng_seed=1,
)
settings["Sneyd_PNAS2002"] = GradientCheckSettings(
atol_sim=1e-16,
rtol_sim=1e-10,
atol_check=1e-5,
rtol_check=1e-4,
# rng_seed=1,
)


def assert_gradient_check_success(
Expand Down Expand Up @@ -172,13 +179,6 @@ def test_benchmark_gradient(model, scale, sensitivity_method, request):
# FIXME
pytest.skip()

if (
model in ("Sneyd_PNAS2002",)
and sensitivity_method == SensitivityMethod.forward
):
# FIXME
pytest.skip()

petab_problem = benchmark_models_petab.get_problem(model)
petab.flatten_timepoint_specific_output_overrides(petab_problem)

Expand Down

0 comments on commit d79ea31

Please sign in to comment.