Skip to content

Commit

Permalink
already sympified
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Aug 16, 2023
1 parent fb6b191 commit bd612e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/sbml_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ def _convert_event_assignment_parameter_targets_to_species(self):
# targets of events.
self.symbols[SymbolId.SPECIES][parameter_target] = {
"name": parameter_def["name"],
"init": sp.sympify(parameter_def["value"]),
"init": parameter_def["value"],
# 'compartment': None, # can ignore for amounts
"constant": False,
"amount": True,
Expand Down

0 comments on commit bd612e6

Please sign in to comment.