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 cf8c495 commit 00f6fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/sdist/amici/petab_objective.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
DeprecationWarning,
)

from .petab.simulations import create_edatas # noqa: F401
from .petab.simulations import ( # noqa: F401
aggregate_sllh,
rdatas_to_measurement_df,
Expand Down
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 @@ -53,7 +53,7 @@

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

0 comments on commit 00f6fa6

Please sign in to comment.