From 497bfca297a05235f4f00b134cd7c613c4265ed1 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Mon, 19 Aug 2024 11:44:49 -0400 Subject: [PATCH] add strip_cache --- src/utils.jl | 4 ++++ 1 file changed, 4 insertions(+) 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