Skip to content

Commit

Permalink
Fix random seed in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 27, 2018
1 parent f7e9126 commit 3bb1504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified test/data/MeanExcess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ istravis = "TRAVIS" ∈ keys(ENV)
ismaintainer = "USER" keys(ENV) && ENV["USER"] maintainers
datadir = joinpath(@__DIR__,"data")

srand(2018)

# test samples
data₁ = rand(LogNormal(2, 2), 5000)
data₂ = rand(Pareto(.9, 10), 5000)
Expand Down

0 comments on commit 3bb1504

Please sign in to comment.