Skip to content

Commit

Permalink
Overload OrdinaryDiffEq.get_fsalfirstlast to fix installation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Aug 30, 2024
1 parent a160f37 commit 7ff97e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,5 @@ end

get_uf(f, t, p, ::Val{true}) = OrdinaryDiffEq.UJacobianWrapper(f, t, p)
get_uf(f, t, p, ::Val{false}) = OrdinaryDiffEq.UDerivativeWrapper(f, t, p)

OrdinaryDiffEq.get_fsalfirstlast(cache::EKCache, rate_prototype) = nothing, nothing

0 comments on commit 7ff97e7

Please sign in to comment.