-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Bump astrochem manifest #1110
base: master
Are you sure you want to change the base?
Bump astrochem manifest #1110
Conversation
Error: MethodError: no method matching jacobian2W!(::Matrix{Float64}, ::Lin
earAlgebra.UniformScaling{Bool}, ::Float64, ::Matrix{Float64})
Closest candidates are:
jacobian2W!(::Matrix, ::Any, ::Number, ::Matrix, !Matched::Bool)
@ OrdinaryDiffEqDifferentiation /cache/julia-buildkite-plugin/depots/5b3
00254-1738-4989-ae0a-f4d2d937f953/packages/OrdinaryDiffEqDifferentiation/wk
zwo/src/derivative_utils.jl:574
jacobian2W!(::AbstractMatrix, ::Any, ::Number, ::AbstractMatrix, !Matched
::Bool)
@ OrdinaryDiffEqDifferentiation /cache/julia-buildkite-plugin/depots/5b3
00254-1738-4989-ae0a-f4d2d937f953/packages/OrdinaryDiffEqDifferentiation/wk
zwo/src/derivative_utils.jl:491 @oscardssmith do you know the cause of this? |
it means you don't have updated versions. we probably need to add some more compats |
No it's all latest in the manifest:
|
b3f3ec0
to
c8baa8a
Compare
It didn't look like that bump did it? |
no, but the failure is completely different. I'll investigate. |
@oscardssmith how has this gone? |
f8a6641
to
8d5e757
Compare
sol1 = solve(prob, Rodas5P()) | ||
sol2 = solve(prob, FBDF()) | ||
sol3 = solve(prob, lsoda()) | ||
sol4 = solve(prob, lsoda(), saveat = 1e10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sol4 = solve(prob, lsoda(), saveat = 1e10) | |
sol4 = solve(prob, lsoda(), saveat = 1e10) |
No description provided.