Skip to content

Commit

Permalink
add strip_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 19, 2024
1 parent a78734b commit 497bfca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -546,3 +546,7 @@ Strips a SciMLSolution object and its interpolation of their functions to better
function strip_solution(sol::AbstractSciMLSolution)
sol
end

function strip_cache(cache::DECache)
cache
end

0 comments on commit 497bfca

Please sign in to comment.