Skip to content

Commit 5aa5f82

Browse files
add random seed to tests
1 parent 7b6cfe4 commit 5aa5f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ using ADNLPModels,
1010
RegularizedOptimization,
1111
SolverCore
1212

13+
Random.seed!(0)
1314
const global compound = 1
1415
const global nz = 10 * compound
1516
const global options = ROSolverOptions= 1.0, β = 1e16, ϵa = 1e-6, ϵr = 1e-6, verbose = 10)

0 commit comments

Comments
 (0)