Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

interactive_evolution() seems broken in v 0.22.0 #131

Closed
adhalanay opened this issue Feb 25, 2023 · 1 comment
Closed

interactive_evolution() seems broken in v 0.22.0 #131

adhalanay opened this issue Feb 25, 2023 · 1 comment

Comments

@adhalanay
Copy link

In the last version of the package, when trying to run the Lorenz example from documentation I get the error:

interactive_evolution(::DynamicalSystem, ::Any; transform, idxs, tsidxs, colors, tail, lims, Δt, plotkwargs, m, total_span, linekwargs, ps, pnames, add_controls, steps_per_update, figure, axis, fade) at C:\Users\halan.julia\packages\InteractiveDynamics\Q6bq5\src\chaos\trajanim.jl:108 got unsupported keyword argument "diffeq"

After removing the diffeq keyword I get another error:

interactive_evolution(::DynamicalSystem, ::Any; transform, idxs, tsidxs, colors, tail, lims, Δt, plotkwargs, m, total_span, linekwargs, ps, pnames, add_controls, steps_per_update, figure, axis, fade) at C:\Users\halan.julia\packages\InteractiveDynamics\Q6bq5\src\chaos\trajanim.jl:108 got unsupported keyword argument "diffeq"

Julia version : 1.8.5
OS version: Windows 11

@adhalanay adhalanay changed the title interactive_evolution() seems in v 0.22.0 interactive_evolution() seems broken in v 0.22.0 Feb 25, 2023
@Datseris
Copy link
Member

You're too fast!!!! I'm releasing the (breaking) DynamicalSystems.jl v3.0 as soon as possible! diffeq doesn't exist anymore! You give it directly to CoupledODEs, see here: https://juliadynamics.github.io/DynamicalSystemsBase.jl/dev/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants