Skip to content

Commit 3bb1504

Browse files
committed
Fix random seed in test suite
1 parent f7e9126 commit 3bb1504

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/data/MeanExcess.png

-1.01 KB
Loading

test/runtests.jl

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ istravis = "TRAVIS" ∈ keys(ENV)
1616
ismaintainer = "USER" keys(ENV) && ENV["USER"] maintainers
1717
datadir = joinpath(@__DIR__,"data")
1818

19+
srand(2018)
20+
1921
# test samples
2022
data₁ = rand(LogNormal(2, 2), 5000)
2123
data₂ = rand(Pareto(.9, 10), 5000)

0 commit comments

Comments
 (0)