Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 18, 2023
1 parent 9b1ce7a commit 5d36b4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/sdist/amici/parameter_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
SingleParameterMapping = Dict[str, Union[numbers.Number, str]]
SingleScaleMapping = Dict[str, str]

# some extra imports for backward-compatibility
from .petab.conditions import ( # noqa # pylint: disable=unused-import
fill_in_parameters,
fill_in_parameters_for_condition,
)


class ParameterMappingForCondition:
"""Parameter mapping for condition.
Expand Down

0 comments on commit 5d36b4e

Please sign in to comment.