SciML / SciMLBase.jl

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

Print return code for NonTimeseries Solutions as well #545

Closed avik-pal closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (a0a5505) 41.86% compared to head (912f3ca) 41.82%.

Files Patch % Lines
src/solutions/solution_interface.jl 0.00% 4 Missing :warning:
src/solutions/nonlinear_solutions.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #545 +/- ## ========================================== - Coverage 41.86% 41.82% -0.05% ========================================== Files 53 53 Lines 4151 4155 +4 ========================================== Hits 1738 1738 - Misses 2413 2417 +4 ```

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

ChrisRackauckas commented 7 months ago

Does every solution type have a retcode?

avik-pal commented 7 months ago

Good point, I am conditionally printing it if available