JuliaDynamics / ChaosTools.jl

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

A typo in test/chaos_detection/lyapunov_exponents.jl #215

Closed SudoMishra closed 3 years ago

SudoMishra commented 3 years ago

On line 99 the test should be @test isapprox(λ2, log(0.9); rtol = 1e-4) but currently λ1 is used.

Datseris commented 3 years ago

sure, just fix it in your currently open PR