-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for OrdinaryDiffEq split #322
Comments
#325 implements OrdinaryDiffEq.get_fsalfirstlast(cache::EKCache, rate_prototype) = nothing, nothing I also had Other then that I will make sure to move over to OrdinaryDiffEqCore as soon as I find the time, and I will update this thread whenever I run into some issues. Thanks again for opening this! |
We should create a generic fallback for this case. |
Thanks a lot for the PR #326! |
A few changes will need to be made:
get_fsalfirstlast
overloads for the cache that give what the fsalfirst/fsallast pointers and remove them from the initialize! function (see Refactor ODEIntegrator to not allow undef fsal states SciML/OrdinaryDiffEq.jl#2390)The text was updated successfully, but these errors were encountered: