JuliaDynamics / ComplexityMeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems
MIT License
48 stars 11 forks source link

Fix method ambiguity and add tests for Base array extensions #371

Closed kahaaga closed 5 months ago

kahaaga commented 5 months ago

Closes #369.

Also fixes broken tests on main introduced by https://github.com/JuliaDynamics/ComplexityMeasures.jl/commit/1ebda7bf05aa2c7c1f4221a5ef59f38f500143b9, where tests where not updated in accordance with the new deprecation message.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (4f7af9c) 89.07% compared to head (39ca654) 89.08%. Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #371 +/- ## ======================================= Coverage 89.07% 89.08% ======================================= Files 79 79 Lines 2224 2226 +2 ======================================= + Hits 1981 1983 +2 Misses 243 243 ```

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