Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 22, 2023
1 parent 2c66820 commit cf8c495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/benchmark-models/test_petab_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
debug_path.mkdir(exist_ok=True, parents=True)


# until fiddy is updated
@pytest.mark.filterwarnings(
"ignore:Importing amici.petab_objective is deprecated."
)
@pytest.mark.filterwarnings("ignore:divide by zero encountered in log10")
@pytest.mark.parametrize("scale", (True, False))
@pytest.mark.parametrize("model", models)
Expand Down

0 comments on commit cf8c495

Please sign in to comment.