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 42bb874 commit 23359d3Copy full SHA for 23359d3
test/downstream/ode_stripping.jl
@@ -5,4 +5,6 @@ tspan = (0.0, 1.0)
5
prob = ODEProblem(f, u0, tspan)
6
sol = solve(prob, Tsit5(), reltol = 1e-8, abstol = 1e-8)
7
8
-@test isnothing(strip_solution(sol).f)
+@test isnothing(strip_solution(sol).f)
9
+
10
+@test isnothing(strip_solution(sol).interp.f)
0 commit comments