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 cbcffe6 commit eed4328Copy full SHA for eed4328
test/downstream/ode_stripping.jl
@@ -19,3 +19,5 @@ sol = solve(prob, Rosenbrock23())
19
@test isnothing(SciMLBase.strip_solution(sol).interp.f)
20
21
@test isnothing(SciMLBase.strip_solution(sol).interp.cache.jac_config)
22
+
23
+@test isnothing(SciMLBase.strip_solution(sol).interp.cache.grad_config)
0 commit comments