You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would probably help to do: problem = ODEProblem{true, SciMLBase.FullSpecialize}(slow_manifold, u0, tspan, p). That should be done internally to DataDrivenDiffEq.jl
On that note: Creating a problem from a DESolution without using the interpolation sometimes fails given that I attempt to call the fully specialised function.
When running code from this tutorial, I run into an error at the step defining
ContinuousDataDrivenProblem
:The error is:
I followed the tutorial step-by-step, here are the package versions I have:
What could be the issue here?
The text was updated successfully, but these errors were encountered: