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
running the documented script with using GLMakie, OrdinaryDiffEq, DynamicalSystems since interactive_poincaresos is in
InteractiveDynamics package as well.
Yeah, diffeq is now a keyword that you need to give directly to CoupledODEs while constructing the dynamical system, as per the update to DynamicalSystems.jl v3+
so how can I run given example, I have not given diff argument
julia> state, scene = interactive_poincaresos(hh, plane, (2, 4), complete;
labels = ("q₂" , "p₂"), color = λcolor )
ERROR: this function has not yet been updated to DynamicalSystems.jl v3.0. PR welcomed!
Stacktrace:
I Have read all over the documents, it's not clear how to make this work
Since interactive_poincaresos is absorbed into DynamicalSystems from julia-1.9, encountering argument errors for
differential equation keywords
example is taken from documentation of interactive poincare sections
running the documented script with
using GLMakie, OrdinaryDiffEq, DynamicalSystems
since interactive_poincaresos is inInteractiveDynamics package as well.
yields,
the keyword 'diffeq' that was given to interactive_poincaresos
diffeq = (alg = Vern9(), abstol = 1e-9, reltol = 1e-9)
system status
The text was updated successfully, but these errors were encountered: