Skip to content

Commit

Permalink
Merge branch 'develop' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Nov 27, 2023
2 parents 4b1bf5f + 67c9ca9 commit 3e022da
Show file tree
Hide file tree
Showing 13 changed files with 1,525 additions and 1,437 deletions.
3 changes: 2 additions & 1 deletion python/sdist/amici/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
models and turning them into C++ Python extensions.
"""


import contextlib
import importlib
import os
Expand Down Expand Up @@ -132,6 +131,8 @@ def get_model(self) -> amici.Model:
"""Create a model instance."""
...

AmiciModel = Union[amici.Model, amici.ModelPtr]


class add_path:
"""Context manager for temporarily changing PYTHONPATH"""
Expand Down
Loading

0 comments on commit 3e022da

Please sign in to comment.