SciML / SciMLBase.jl

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

feat: add support for `getu`/`setu` in SII, add tests #582

Closed AayushSabharwal closed 6 months ago

AayushSabharwal commented 6 months ago

Checklist

Additional context

Add any other context about the problem here.

AayushSabharwal commented 6 months ago

Tests won't run until SII is tagged

AayushSabharwal commented 6 months ago

This requires https://github.com/SciML/RecursiveArrayTools.jl/pull/322

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (cd04572) 39.45% compared to head (ed57e16) 30.37%. Report is 5 commits behind head on master.

Files Patch % Lines
src/integrator_interface.jl 0.00% 9 Missing :warning:
src/problems/problem_interface.jl 0.00% 6 Missing :warning:
src/solutions/solution_interface.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #582 +/- ## ========================================== - Coverage 39.45% 30.37% -9.08% ========================================== Files 53 53 Lines 4038 4039 +1 ========================================== - Hits 1593 1227 -366 - Misses 2445 2812 +367 ```

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

ChrisRackauckas commented 6 months ago

This requires https://github.com/SciML/RecursiveArrayTools.jl/pull/322

Bump the version requirement