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 4c81744 commit 34a6d03Copy full SHA for 34a6d03
test/interface/ode_strip_test.jl
@@ -26,8 +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)
+ @test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.cache.uf)
+ @test isnothing(SciMLBase.strip_solution(rosenbrock_sol).interp.cache.tf)
31
end
32
33
@testset "TRBDF Solution Stripping" begin
0 commit comments