Skip to content

Commit

Permalink
skip smith in jax
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Oct 27, 2024
1 parent 866c811 commit 02a1272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ def benchmark_problem(request):
def test_jax_llh(benchmark_problem):
problem_id, petab_problem, amici_model = benchmark_problem

if problem_id == "Smith_BMCSystBiol2013":
pytest.skip("Excluded from JAX check due to excessive runtime")

amici_solver = amici_model.getSolver()
amici_solver.setAbsoluteTolerance(1e-8)
amici_solver.setRelativeTolerance(1e-8)
Expand Down

0 comments on commit 02a1272

Please sign in to comment.