Skip to content

Commit ddbdc6c

Browse files
committed
format
1 parent 66791eb commit ddbdc6c

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
@@ -14,6 +14,7 @@ prob = ODEProblem(lorenz!, u0, tspan)
1414
rosenbrock_sol = solve(prob, Rosenbrock23())
1515
TRBDF_sol = solve(prob, TRBDF2())
1616
vern_sol = solve(prob, Vern7())
17+
1718
@testset "Interpolation Stripping" begin
1819
@test isnothing(SciMLBase.strip_interpolation(rosenbrock_sol.interp).f)
1920
@test isnothing(SciMLBase.strip_interpolation(rosenbrock_sol.interp).cache.jac_config)

0 commit comments

Comments
 (0)