-
Notifications
You must be signed in to change notification settings - Fork 5
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
Investigate failure on latest ODE deps #2075
Labels
core
Issues related to the computational core in Julia
dependencies
Pull requests that update a dependency file
tech-debt
Improvements related to technical debt
Comments
Merged
Here is a stacktrace. It does seem ComponentArrays related, so I expect #2077 to help this as well. This reshape fails because ComponentArrays returns custom
|
This MethodError is fixed by SciML/ComponentArrays.jl#295. I made #2083 to check if that is enough to update the other packages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core
Issues related to the computational core in Julia
dependencies
Pull requests that update a dependency file
tech-debt
Improvements related to technical debt
#2070 needed a2d39f4 before it could be merged. Whilst the error message involves a MethodError for reshape of a ComponentVector, it doesn't seem related to recent ComponentArray changes, as found in 211501b. Moving back from LinearSolve 3 to 2 brings many packages back, but allowed us to merge #2070. We can try again later and if it still happens try to find the reason and report upstream.
The text was updated successfully, but these errors were encountered: