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 b5b901e commit bf48b97Copy full SHA for bf48b97
test/basictests.jl
@@ -108,7 +108,7 @@ end
108
prob1 = LinearProblem(sparse(A1), b1; u0 = x1)
109
prob2 = LinearProblem(sparse(A2), b2; u0 = x2)
110
test_interface(KLUFactorization(), prob1, prob2)
111
- test_interface(KLUFactorization(reuse_symbolic=false), prob1, prob2)
+ test_interface(KLUFactorization(reuse_symbolic = false), prob1, prob2)
112
113
# Test that refactoring wrong throws.
114
cache = SciMLBase.init(prob1, KLUFactorization(); cache_kwargs...) # initialize cache
0 commit comments