We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7d6e4 commit 13bb58fCopy full SHA for 13bb58f
test/basictests.jl
@@ -89,6 +89,7 @@ end
89
prob1 = LinearProblem(sparse(A1), b1; u0 = x1)
90
prob2 = LinearProblem(sparse(A2), b2; u0 = x2)
91
test_interface(UMFPACKFactorization(), prob1, prob2)
92
+ test_interface(UMFPACKFactorization(reuse_symbolic = false), prob1, prob2)
93
94
# Test that refactoring wrong throws.
95
cache = SciMLBase.init(prob1, UMFPACKFactorization(); cache_kwargs...) # initialize cache
0 commit comments