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 ebfd48d commit 28458caCopy full SHA for 28458ca
test/downstream/ode_stripping.jl
@@ -14,7 +14,7 @@ sol = solve(prob, Rosenbrock23())
14
15
stripped_sol = SciMLBase.strip_solution(sol)
16
17
-@test stripped_sol.prob.f isa ODENullFunction
+@test stripped_sol.prob.f isa SciMLBase.ODENullFunction
18
19
@test isnothing(SciMLBase.strip_solution(sol, strip_alg = true).alg)
20
@@ -24,4 +24,3 @@ stripped_sol = SciMLBase.strip_solution(sol)
24
25
@test isnothing(stripped_sol.interp.cache.grad_config)
26
27
-@test stripped_sol(0.45) isa Number
0 commit comments