Skip to content

Commit 23359d3

Browse files
committed
add test for strip_solution interpolation
1 parent 42bb874 commit 23359d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/downstream/ode_stripping.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ tspan = (0.0, 1.0)
55
prob = ODEProblem(f, u0, tspan)
66
sol = solve(prob, Tsit5(), reltol = 1e-8, abstol = 1e-8)
77

8-
@test isnothing(strip_solution(sol).f)
8+
@test isnothing(strip_solution(sol).f)
9+
10+
@test isnothing(strip_solution(sol).interp.f)

0 commit comments

Comments
 (0)