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 f9ca631 commit 8f71149Copy full SHA for 8f71149
test/basictests.jl
@@ -94,7 +94,7 @@ end
94
# Test that refactoring is checked and handled.
95
cache = SciMLBase.init(prob1, UMFPACKFactorization(); cache_kwargs...) # initialize cache
96
y = solve(cache)
97
- X = sprand(sprand(n, n, 0.8))
+ X = sprand(n, n, 0.8)
98
cache = LinearSolve.set_A(cache, X)
99
@test X * solve(cache) ≈ b1
100
end
@@ -115,7 +115,7 @@ end
115
# Test that refactoring wrong is checked and handled.
116
cache = SciMLBase.init(prob1, KLUFactorization(); cache_kwargs...) # initialize cache
117
118
119
120
121
0 commit comments