JuliaDynamics / Attractors.jl

Find attractors of dynamical systems, their basins, and continue them across parameters. Study global stability (a.k.a. non-local, or resilience). Also tipping points functionality.
MIT License
27 stars 5 forks source link

Fix bug of no rescaling #117

Closed Datseris closed 7 months ago

Datseris commented 7 months ago

Turns out our code is erroring if one sets rescale = false, and this PR fixes it.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (63f6bc9) 84.51% compared to head (2096e71) 84.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ========================================== - Coverage 84.51% 84.19% -0.33% ========================================== Files 23 23 Lines 1195 1196 +1 ========================================== - Hits 1010 1007 -3 - Misses 185 189 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.