Skip to content

Commit d9138d1

Browse files
committed
Add srand to triangular tests for reproducibility
1 parent 8b2133d commit d9138d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/triangular.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
srand()
2+
13
@testset "Triangular-matrix multiplication" begin
24
for n in (1, 2, 3, 4),
35
eltyA in (Float64, Complex128, Int),

0 commit comments

Comments
 (0)