Skip to content

Commit 2fd68c5

Browse files
committed
Fix random seed for testing
1 parent fb680aa commit 2fd68c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using RandomMatrices
22
using Base.Test
33

4+
srand(1)
45
include("FormalPowerSeries.jl")
56
include("Haar.jl")
67

0 commit comments

Comments
 (0)