Skip to content

Commit a8def35

Browse files
higher probability test pass
1 parent 0b1fef0 commit a8def35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/default_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solve(prob)
2121
LinearSolve.OperatorAssumptions(false)).alg ===
2222
LinearSolve.DefaultAlgorithmChoice.QRFactorization
2323

24-
@test LinearSolve.defaultalg(sprand(1000, 1000, 1e-5) + I, zeros(1000)).alg ===
24+
@test LinearSolve.defaultalg(sprand(1000, 1000, 1e-6) + I, zeros(1000)).alg ===
2525
LinearSolve.DefaultAlgorithmChoice.KLUFactorization
2626
prob = LinearProblem(sprand(1000, 1000, 0.5), zeros(1000))
2727
solve(prob)

0 commit comments

Comments
 (0)