Skip to content

Commit 5ff4290

Browse files
committed
add test for FBDF
1 parent d65f95d commit 5ff4290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/interface/autosparse_detection_tests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ prob = prob_ode_2Dlinear
1111

1212
@test_nowarn solve(prob, Rodas5P(autodiff = ad, linsolve = LinearSolve.KrylovJL_GMRES()))
1313

14+
@test_nowarn solve(prob, FBDF(autodiff = ad))
15+
1416
# Test that no dense matrices are made sparse
1517
diag_prob = ODEProblem((du, u, p, t) -> du .= -1.0 .* u, rand(Int(1e7)), (0, 1.0))
1618

0 commit comments

Comments
 (0)