From 2b5c7d009383bdffc35f02710362c4d2d3ef72b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Thu, 28 Nov 2024 21:45:54 +0000 Subject: [PATCH] bad ruff --- python/tests/test_jax.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tests/test_jax.py b/python/tests/test_jax.py index 3055d77983..30e205ca26 100644 --- a/python/tests/test_jax.py +++ b/python/tests/test_jax.py @@ -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") @@ -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