Skip to content

Commit

Permalink
Merge pull request #11639 from JuliaLang/anj/sparseseed
Browse files Browse the repository at this point in the history
Use seed in CHOLMOD tests
  • Loading branch information
tkelman committed Jun 10, 2015
2 parents 4e5767e + 7c2712c commit 608fc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sparsedir/cholmod.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is a part of Julia. License is MIT: http://julialang.org/license

srand(123)
using Base.Test

using Base.SparseMatrix.CHOLMOD
Expand Down

0 comments on commit 608fc91

Please sign in to comment.