Skip to content

Commit

Permalink
nothing args
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Oct 3, 2024
1 parent 90ba736 commit bf51ea1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/OrdinaryDiffEqCore/src/interp_func.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ function strip_cache(cache)
if hasfield(typeof(cache), :uf)
SciMLBase.@reset cache.uf = nothing
end
if hasfield(typeof(cache),:args)
SciMLBase.@reset cache.args = nothing
end

cache
end

0 comments on commit bf51ea1

Please sign in to comment.