JuliaDynamics / DynamicalSystemsBase.jl

Definition of dynamical systems and integrators for DynamicalSystems.jl
Other
53 stars 27 forks source link

Fix small warning bug in data poincaresos #185

Closed rusandris closed 9 months ago

rusandris commented 9 months ago

Small bug fix: PSOS_ERROR got deleted somehow along the way, inside poincaresos(A::AbstractStateSpaceSet...). Since it is used in one place, I didn't redefine it, just wrote a simple warning.

MWE:

ts = rand(100,3)
poincaresos(StateSpaceSet(ts), (1,0);save_idxs=[2,3])
codecov-commenter commented 9 months ago

Codecov Report

Merging #185 (39d318f) into main (75a800d) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #185   +/-   ##
=======================================
  Coverage   81.95%   81.95%           
=======================================
  Files          15       15           
  Lines         715      715           
=======================================
  Hits          586      586           
  Misses        129      129           
Files Coverage Δ
src/derived_systems/poincare/hyperplane.jl 95.45% <100.00%> (ø)

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