Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sbml-import): make TimeDerivative rhs have a
per_time
dimension
Otherwise we end up with dimensionally incorrect values: ``` <TimeDerivative variable="time" value="1"/> ``` It'll now be: ``` <TimeDerivative variable="time" value="tscale * 1"/> ``` where `tscale` has dimensions `per_time`.
- Loading branch information