SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
119 stars 91 forks source link

update ensemble indexing in the plot recipe #602

Closed SebastianM-C closed 5 months ago

SebastianM-C commented 5 months ago

The pot recipes for ensemble still use linear indexing in some places. I've updated the places where I saw warnings from, but I'm not sure if I haven't missed something.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (df27cdc) 30.48% compared to head (b01a10d) 39.96%.

Files Patch % Lines
src/ensemble/ensemble_analysis.jl 0.00% 4 Missing :warning:
src/ensemble/ensemble_solutions.jl 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #602 +/- ## ========================================== + Coverage 30.48% 39.96% +9.48% ========================================== Files 54 54 Lines 4068 4076 +8 ========================================== + Hits 1240 1629 +389 + Misses 2828 2447 -381 ```

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