Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

No description provided.

@ChrisRackauckas
Copy link
Member Author

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?

@oscardssmith
Copy link
Member

it means you don't have updated versions. we probably need to add some more compats

@ChrisRackauckas
Copy link
Member Author

No it's all latest in the manifest:

[1dea7af3] OrdinaryDiffEq v6.89.0
  [89bda076] OrdinaryDiffEqAdamsBashforthMoulton v1.1.0
  [6ad6398a] OrdinaryDiffEqBDF v1.1.2
  [bbf590c4] OrdinaryDiffEqCore v1.9.0
  [50262376] OrdinaryDiffEqDefault v1.1.0
  [4302a76b] OrdinaryDiffEqDifferentiation v1.1.0
  [9286f039] OrdinaryDiffEqExplicitRK v1.1.0
  [e0540318] OrdinaryDiffEqExponentialRK v1.1.0
  [becaefa8] OrdinaryDiffEqExtrapolation v1.2.0
  [5960d6e9] OrdinaryDiffEqFIRK v1.2.0
  [101fe9f7] OrdinaryDiffEqFeagin v1.1.0
  [d3585ca7] OrdinaryDiffEqFunctionMap v1.1.1
  [d28bc4f8] OrdinaryDiffEqHighOrderRK v1.1.0
  [9f002381] OrdinaryDiffEqIMEXMultistep v1.1.0
  [521117fe] OrdinaryDiffEqLinear v1.1.0
  [1344f307] OrdinaryDiffEqLowOrderRK v1.2.0
  [b0944070] OrdinaryDiffEqLowStorageRK v1.2.1
  [127b3ac7] OrdinaryDiffEqNonlinearSolve v1.2.1
  [c9986a66] OrdinaryDiffEqNordsieck v1.1.0
  [5dd0a6cf] OrdinaryDiffEqPDIRK v1.1.0
  [5b33eab2] OrdinaryDiffEqPRK v1.1.0
  [04162be5] OrdinaryDiffEqQPRK v1.1.0
  [af6ede74] OrdinaryDiffEqRKN v1.1.0
  [43230ef6] OrdinaryDiffEqRosenbrock v1.2.0
  [2d112036] OrdinaryDiffEqSDIRK v1.1.0
  [669c94d9] OrdinaryDiffEqSSPRK v1.2.0
  [e3e12d00] OrdinaryDiffEqStabilizedIRK v1.1.0
  [358294b1] OrdinaryDiffEqStabilizedRK v1.1.0
  [fa646aed] OrdinaryDiffEqSymplecticRK v1.1.0
  [b1df2697] OrdinaryDiffEqTsit5 v1.1.0
  [79d7bb75] OrdinaryDiffEqVerner v1.1.1

@ChrisRackauckas
Copy link
Member Author

It didn't look like that bump did it?

@oscardssmith
Copy link
Member

no, but the failure is completely different. I'll investigate.

@ChrisRackauckas
Copy link
Member Author

@oscardssmith how has this gone?

sol1 = solve(prob, Rodas5P())
sol2 = solve(prob, FBDF())
sol3 = solve(prob, lsoda())
sol4 = solve(prob, lsoda(), saveat = 1e10)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sol4 = solve(prob, lsoda(), saveat = 1e10)
sol4 = solve(prob, lsoda(), saveat = 1e10)

@ChrisRackauckas ChrisRackauckas merged commit eac29be into master Nov 16, 2024
2 checks passed
@ChrisRackauckas ChrisRackauckas deleted the astrochem2 branch November 16, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants