Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SBML import: Evaluate initial assignments (#2359)
Evaluate initial assignments to parameters to determine whether the targets are amici parameters or expressions. Related to #2304. For example, it the initial assignment is `log(10)`, this should still be a parameter instead of an expression, but `sympy.log(10).is_Number` will be `False`.
- Loading branch information