SciML / SciMLBase.jl

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

fix plotting analytic time series #655

Closed ranocha closed 3 months ago

ranocha commented 3 months ago

Fixes https://github.com/SciML/OrdinaryDiffEq.jl/issues/2162

The changes of this part of the code were introduced in https://github.com/SciML/SciMLBase.jl/pull/572/files

I also added some real (smoke) tests for this, including loading Plots.jl and generating some plots (maybe unicodeplots?).

Checklist

Additional context

It would be nice to get a new release including this fix.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 29.88%. Comparing base (3746cda) to head (f84c40e).

Files Patch % Lines
src/solutions/solution_interface.jl 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #655 +/- ## ========================================== - Coverage 38.43% 29.88% -8.56% ========================================== Files 55 55 Lines 4298 4290 -8 ========================================== - Hits 1652 1282 -370 - Misses 2646 3008 +362 ```

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

ranocha commented 3 months ago

Thanks! Could we maybe get a new release of SciMLBase.jl soon to fix our CI issues, please?