Skip to content

Commit 9f011eb

Browse files
authored
make flaky test deterministic (#683)
Closes #648
1 parent 2b32b60 commit 9f011eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/linalg_solvers.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ end
128128
end
129129

130130
@testset "sparse matrix cond" begin
131+
Random.seed!(1235)
131132
local A = sparse(reshape([1.0], 1, 1))
132133
Ac = sprandn(20, 20,.5) + im*sprandn(20, 20,.5)
133134
Ar = sprandn(20, 20,.5) + eps()*I

0 commit comments

Comments
 (0)