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: fix `setindex!` not erroring appropriately for integrators #657

Closed AayushSabharwal closed 3 months ago

AayushSabharwal commented 3 months ago

Close #653

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 30.12%. Comparing base (7888fa4) to head (a07a002).

Files Patch % Lines
src/integrator_interface.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #657 +/- ## ========================================== + Coverage 30.03% 30.12% +0.09% ========================================== Files 55 55 Lines 4309 4308 -1 ========================================== + Hits 1294 1298 +4 + Misses 3015 3010 -5 ```

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