Joshua Forrest
Results
2
issues of
Joshua Forrest
Constructing an ODEProblem with a non-numeric parameter value (i.e. a function) throws a Float conversion error. I'm using Julia 1.7.2 and ModelingToolkit v8.11.5. This code worked on a previous version...
I’m looking through the [documentation](https://mtk.sciml.ai/stable/systems/ODESystem/#System-Constructors) on ODESystems in ModelingToolkit and came across the ctrls (control parameters) argument for ODESystems: > ctrls > Control parameters (some subset of ps ). Are...