Skip to content

Commit

Permalink
fix import/wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Apr 11, 2024
1 parent b213adb commit a1f37b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_benchmark_collection_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
pip3 install --user petab[vis] && \
AMICI_PARALLEL_COMPILE="" pip3 install -v --user \
$(ls -t python/sdist/dist/amici-*.tar.gz | head -1)[petab,test,vis]
$(ls -t python/sdist/dist/amici-*.tar.gz | head -1)[petab,test,vis,jax]
# retrieve test models
- name: Download and test benchmark collection
Expand Down
2 changes: 1 addition & 1 deletion python/sdist/amici/__init__.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_jax_model() -> JAXModel:
except (ModuleNotFoundError, ImportError):

def get_jax_model() -> JAXModel:
raise NotImplementedError()
raise NotImplementedError(str(err))


__version__ = "TPL_PACKAGE_VERSION"

0 comments on commit a1f37b7

Please sign in to comment.