Closed SKopecz closed 2 months ago
To solve the problem, I tried something similar to https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqRKN/src/rkn_caches.jl. But it doesn't work.
@ranocha What am I doing wrong? How do we solve this problem?
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.24%. Comparing base (
719311e
) to head (b3682ac
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ranocha Found the problem. I didn't import get_fsalfirstlast
from OrdinaryDiffEq
.
Due to a change in OrdinaryDiffEq in-place problems cannot be solved currently.