Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't eliminate parameters that are initial assignment targets (pt2)
Currently, parameters that are targets of initial assignments don't show up as parameters or expressions in the amici model. This is rather not what most users would expect. Therefore, treat all SBML parameters that are initial assignment targets and whose initial assignment does not evaluate to a number (for those that do, see AMICI-dev#2304) as amici expressions. Those static expressions will be handled more efficiently after AMICI-dev#2303. Related to AMICI-dev#2150.
- Loading branch information