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 66791eb commit ddbdc6cCopy full SHA for ddbdc6c
test/interface/ode_strip_test.jl
@@ -14,6 +14,7 @@ prob = ODEProblem(lorenz!, u0, tspan)
14
rosenbrock_sol = solve(prob, Rosenbrock23())
15
TRBDF_sol = solve(prob, TRBDF2())
16
vern_sol = solve(prob, Vern7())
17
+
18
@testset "Interpolation Stripping" begin
19
@test isnothing(SciMLBase.strip_interpolation(rosenbrock_sol.interp).f)
20
@test isnothing(SciMLBase.strip_interpolation(rosenbrock_sol.interp).cache.jac_config)
0 commit comments