Skip to content

Commit 8c2dd01

Browse files
committed
add test for stripping nlsolver
1 parent 6171554 commit 8c2dd01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/interface/ode_strip_test.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ end
3232
@test isnothing(SciMLBase.strip_solution(TRBDF_sol).prob)
3333
@test isnothing(SciMLBase.strip_solution(TRBDF_sol).alg)
3434
@test isnothing(SciMLBase.strip_solution(TRBDF_sol).interp.f)
35+
@test isnothing(SciMLBase.strip_solution(TRBDF_sol).interp.cache.nlsolver)
3536
end
3637

3738
@test_throws SciMLBase.LazyInterpolationException SciMLBase.strip_solution(vern_sol)

0 commit comments

Comments
 (0)