From 1f0a13f42a3423860d20860c8f6cec38e91517e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Tue, 3 Dec 2024 00:04:04 +0000 Subject: [PATCH] fix notebook --- python/sdist/amici/petab/petab_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sdist/amici/petab/petab_import.py b/python/sdist/amici/petab/petab_import.py index ca69687270..63bade9bb8 100644 --- a/python/sdist/amici/petab/petab_import.py +++ b/python/sdist/amici/petab/petab_import.py @@ -126,7 +126,7 @@ def import_petab_problem( # check if compilation necessary if compile_ or ( compile_ is None - and not _can_import_model(model_name, model_output_dir) + and not _can_import_model(model_name, model_output_dir, jax) ): # check if folder exists if os.listdir(model_output_dir) and not compile_: