Skip to content

Commit

Permalink
Resolve JET.jl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Aug 30, 2024
1 parent 7ff97e7 commit 07655f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ function OrdinaryDiffEq.alg_cache(
)
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)
get_uf(f, t, p, ::Val{true}) = OrdinaryDiffEq.OrdinaryDiffEqDifferentiation.UJacobianWrapper(f, t, p)
get_uf(f, t, p, ::Val{false}) = OrdinaryDiffEq.OrdinaryDiffEqDifferentiation.UDerivativeWrapper(f, t, p)

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

0 comments on commit 07655f5

Please sign in to comment.