Skip to content

Commit 28458ca

Browse files
committed
fix test
1 parent ebfd48d commit 28458ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/downstream/ode_stripping.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sol = solve(prob, Rosenbrock23())
1414

1515
stripped_sol = SciMLBase.strip_solution(sol)
1616

17-
@test stripped_sol.prob.f isa ODENullFunction
17+
@test stripped_sol.prob.f isa SciMLBase.ODENullFunction
1818

1919
@test isnothing(SciMLBase.strip_solution(sol, strip_alg = true).alg)
2020

@@ -24,4 +24,3 @@ stripped_sol = SciMLBase.strip_solution(sol)
2424

2525
@test isnothing(stripped_sol.interp.cache.grad_config)
2626

27-
@test stripped_sol(0.45) isa Number

0 commit comments

Comments
 (0)