JuliaDynamics / ChaosTools.jl

Tools for the exploration of chaos and nonlinear dynamics
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
MIT License
187 stars 35 forks source link

add dt reset in reinit #263

Closed IBArbitrary closed 1 year ago

IBArbitrary commented 2 years ago

This is in response to issue #187 from DynamicalSystems.jl package. It has been a while since the original issue poster responded, so I stepped-up, as a similar issue is also impeding my work. Cheers!

Datseris commented 2 years ago

Hello thanks! However you also need to add a test in the test folder that checks exactly what the user reported in #187 . This is called a "regression test": whenever a bug is fixed, a test that tests against this bug should be added.

Datseris commented 1 year ago

Notice that now all functionality related with attractors/basins lives in Attractors.jl. You need to reopen this pull request there: https://github.com/JuliaDynamics/Attractors.jl