SciML / SciMLBase.jl

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

chore: Remove mentions of SDESolution #684

Closed DhairyaLGandhi closed 2 months ago

DhairyaLGandhi commented 2 months ago

Checklist

Additional context

SDESolution doesn't seem to exist anymore. The more appropriate type seems to be RODESolution. This PR removes mentions of SDESolution and replaces them with RODESolution. Further, one of the adjoints was incorrect. It was definining an adjoint over SDEProblem, but instead tries returning SDESolution in the forwards pass. Not sure how this passed tests though

Add any other context about the problem here.

DhairyaLGandhi commented 2 months ago

https://github.com/SciML/SciMLBase.jl/pull/683#issuecomment-2090425027

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 31.74%. Comparing base (9d87ca0) to head (3e64e25). Report is 24 commits behind head on master.

Files Patch % Lines
ext/SciMLBaseChainRulesCoreExt.jl 0.00% 2 Missing :warning:
ext/SciMLBaseZygoteExt.jl 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #684 +/- ## ========================================== + Coverage 31.72% 31.74% +0.02% ========================================== Files 55 55 Lines 4505 4505 ========================================== + Hits 1429 1430 +1 + Misses 3076 3075 -1 ```

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