Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit ebaa7f9

Browse files
committed
Add Exprb test
1 parent 1a72216 commit ebaa7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jacvec_operators.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ for ff in [ff1, ff2]
5858
prob = ODEProblem(ff,u0,tspan)
5959
@test solve(prob,TRBDF2()).retcode == :Success
6060
@test solve(prob,TRBDF2(linsolve=LinSolveGMRES(tol=1e-10))).retcode == :Success
61+
@test solve(prob,Exprb32()).retcode == :Success
6162
@test_broken sol = solve(prob,Rosenbrock23())
6263
@test_broken sol = solve(prob,Rosenbrock23(linsolve=LinSolveGMRES(tol=1e-10)))
6364
end

0 commit comments

Comments
 (0)