UndefVarError: ODESystem not defined in Main
Stacktrace:
[1] top-level scope
@ C:\Users\marin.julia\packages\ModelingToolkit\DSTHC\src\systems\abstractsystem.jl:2191
I’m trying to run a example from DynamicalSystems.jl docs. My code is identical, but ODESystem isn’t found despite importing ModelingToolkit.
Is this a version conflict? How should I properly define ODESystem in recent MTK versions?