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 6171554 commit 8c2dd01Copy full SHA for 8c2dd01
test/interface/ode_strip_test.jl
@@ -32,6 +32,7 @@ end
32
@test isnothing(SciMLBase.strip_solution(TRBDF_sol).prob)
33
@test isnothing(SciMLBase.strip_solution(TRBDF_sol).alg)
34
@test isnothing(SciMLBase.strip_solution(TRBDF_sol).interp.f)
35
+ @test isnothing(SciMLBase.strip_solution(TRBDF_sol).interp.cache.nlsolver)
36
end
37
38
@test_throws SciMLBase.LazyInterpolationException SciMLBase.strip_solution(vern_sol)
0 commit comments