Skip to content

Commit

Permalink
added seed to runtests for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Aug 25, 2018
1 parent b2480f0 commit c3a91a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Uncomment this for better testing
using Random; Random.seed!(1)
@time include("base.jl")
#TODO include("broadcast.jl")
@time include("cat.jl")
Expand All @@ -9,7 +11,6 @@
@time include("math.jl")
@time include("specialfunctions.jl")
@time include("statistics.jl")

@time include("rosenbrock.jl")
@time include("highorder.jl")
@time include("neuralnet.jl")

0 comments on commit c3a91a8

Please sign in to comment.