We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f2878 commit d777184Copy full SHA for d777184
src/solutions/ode_solutions.jl
@@ -633,6 +633,6 @@ function strip_solution(sol::ODESolution; strip_alg = false)
633
if strip_alg
634
@reset sol.alg = nothing
635
end
636
-
+
637
return sol
638
test/downstream/ode_stripping.jl
@@ -21,4 +21,3 @@ stripped_sol = SciMLBase.strip_solution(sol)
21
@test isnothing(stripped_sol.interp.cache.jac_config)
22
23
@test isnothing(stripped_sol.interp.cache.grad_config)
24
0 commit comments