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 d17003f commit 4c81744Copy full SHA for 4c81744
test/interface/ode_strip_test.jl
@@ -26,6 +26,8 @@ end
26
@test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.f)
27
@test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.cache.jac_config)
28
@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)
31
end
32
33
@testset "TRBDF Solution Stripping" begin
0 commit comments