Skip to content

Commit eed4328

Browse files
committed
add grad_config test
1 parent cbcffe6 commit eed4328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/downstream/ode_stripping.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ sol = solve(prob, Rosenbrock23())
1919
@test isnothing(SciMLBase.strip_solution(sol).interp.f)
2020

2121
@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

Comments
 (0)