SciML / SciMLBase.jl

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

make sensitivity_solution work with Enzyme #610

Closed ArnoStrouwen closed 5 months ago

ArnoStrouwen commented 5 months ago

Required to make https://github.com/SciML/SciMLSensitivity.jl/pull/905#issuecomment-1732334963 work.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0c62711) 26.25% compared to head (a165c34) 40.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #610 +/- ## =========================================== + Coverage 26.25% 40.16% +13.90% =========================================== Files 54 54 Lines 4113 4133 +20 =========================================== + Hits 1080 1660 +580 + Misses 3033 2473 -560 ```

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

ArnoStrouwen commented 5 months ago

Quite a lot of failures and one hang. None of them immediately seem related to this PR.