-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Sundials 4.12 and newer break KiteModels #392
Comments
Is this still an issue? |
I'm not sure we ever expected MArray initial conditions to work with Sundials. It's kind of interesting that it did work at one point through auto-conversions, but since Sundials needs an array pointer to work internally on the values there were just implicit conversions and so it wasn't any faster. Now that we've constrained the package to more clearly require Array{Float64}, this "broke", but is really making it front-and-center that it always required Array{Float64}. To get the equivalent behavior as before, one would need to |
What I don't like is that you say that you closed this as completed, because that is not true. You closed it as "Won't fix". Is this a limitation of Github that you cannot close a bug as "Won't fix"? |
Just an oversight. |
My package https://github.com/ufechner7/KiteModels.jl works fine with Sundials 4.11.4 and older, but 4.12.0 and newer make it fail. In addition pre-compilation of Sundials 4.11.4 only works with DiffEqBase = "<6.116.0".
The following unit test shows the problem:
The text was updated successfully, but these errors were encountered: