diff --git a/src/utils.jl b/src/utils.jl index c60634a59..b69a4b424 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -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 \ No newline at end of file