Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 3, 2024
1 parent 2181559 commit 1f0a13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/petab/petab_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_:
Expand Down

0 comments on commit 1f0a13f

Please sign in to comment.