Skip to content

Commit 0168181

Browse files
Apply suggestion from @ChrisRackauckas
1 parent 9e63d0c commit 0168181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/jacobian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ end
9292

9393
# compute solutions
9494
# Only test Rodas5P: OOP TRBDF2 hangs with OrdinaryDiffEqCore >= 3.10
95-
for alg in (Rodas5P(),)
95+
for alg in (Rodas5P(), TRBDF2())
9696
sol = solve(prob, MethodOfSteps(alg))
9797

9898
## Jacobian

0 commit comments

Comments
 (0)