-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Type instability interpolating solution from out of place prob with default solver #2530
Labels
Comments
@oscardssmith can you look at this one? |
oscardssmith
changed the title
Type instability when interpolating solution from non-mutating problem definition
Type instability interpolating solution from out of place prob with default solver
Nov 20, 2024
looks like a bug with the default solver. |
specifically, we seem to be creating the cache with an abstract type incorrectly...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interpolating a solution from a non-mutating problem definition is type unstable, but using a mutating definition is fine.
MWE:
I'm using Julia 1.11.1 and OrdinaryDiffEq.jl v6.90.1
The text was updated successfully, but these errors were encountered: