Skip to content

Commit

Permalink
bad ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Nov 28, 2024
1 parent 785b185 commit 2b5c7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tests/test_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from amici.petab.petab_import import import_petab_problem
from amici.jax import JAXProblem
from numpy.testing import assert_allclose
from test_petab_objective import lotka_volterra # noqa: F401

pysb = pytest.importorskip("pysb")

Expand Down Expand Up @@ -229,7 +230,7 @@ def check_fields_jax(


@skip_on_valgrind
def test_serialisation(lotka_volterra):
def test_serialisation(lotka_volterra): # noqa: F811
petab_problem = lotka_volterra
with TemporaryDirectoryWinSafe(
prefix=petab_problem.model.model_id
Expand Down

0 comments on commit 2b5c7d0

Please sign in to comment.