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 5d36b4e commit 2341d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/sdist/amici/petab/conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
scale_parameters_dict,
unscale_parameters_dict,
)
from .parameter_mapping import create_parameter_mapping
from .util import get_states_in_condition_table

logger = logging.getLogger(__name__)
Expand Down Expand Up @@ -255,6 +254,8 @@ def create_parameterized_edatas(

# Get parameter mapping
if parameter_mapping is None:
from .parameter_mapping import create_parameter_mapping

parameter_mapping = create_parameter_mapping(
petab_problem=petab_problem,
simulation_conditions=simulation_conditions,
Expand Down

0 comments on commit 2341d49

Please sign in to comment.