Skip to content

Commit 4c81744

Browse files
committed
add tests
1 parent d17003f commit 4c81744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/interface/ode_strip_test.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ end
2626
@test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.f)
2727
@test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.cache.jac_config)
2828
@test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.cache.grad_config)
29+
@test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.cache.uf.f)
30+
@test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.cache.tf.f)
2931
end
3032

3133
@testset "TRBDF Solution Stripping" begin

0 commit comments

Comments
 (0)