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 `AttractorsViaProximity` with `Inf` trajectories #108

Closed Datseris closed 9 months ago

Datseris commented 9 months ago
codecov-commenter commented 9 months ago

Codecov Report

Merging #108 (7d74a7f) into main (b273166) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   84.56%   84.57%   +0.01%     
==========================================
  Files          23       23              
  Lines        1192     1193       +1     
==========================================
+ Hits         1008     1009       +1     
  Misses        184      184              
Files Coverage Δ
src/mapping/attractor_mapping_proximity.jl 76.56% <100.00%> (+0.37%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Datseris commented 9 months ago

@reykboerner you can give an approving review to this PR so we can merge it.