Skip to content

Commit 13bb58f

Browse files
add missing test
1 parent 4f7d6e4 commit 13bb58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/basictests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ end
8989
prob1 = LinearProblem(sparse(A1), b1; u0 = x1)
9090
prob2 = LinearProblem(sparse(A2), b2; u0 = x2)
9191
test_interface(UMFPACKFactorization(), prob1, prob2)
92+
test_interface(UMFPACKFactorization(reuse_symbolic = false), prob1, prob2)
9293

9394
# Test that refactoring wrong throws.
9495
cache = SciMLBase.init(prob1, UMFPACKFactorization(); cache_kwargs...) # initialize cache

0 commit comments

Comments
 (0)