Catalyst.jl
Catalyst.jl copied to clipboard
update tests to not assume specific orderings of states and parameters
Many tests currently assume a certain ordering of species and rates coming from the DSL. We need to update these to use varmap_to_vars
. This was, for example, causing me issues in https://github.com/SciML/Catalyst.jl/pull/432.