Skip to content

Commit 636827b

Browse files
committed
set seed
1 parent ca4c9c4 commit 636827b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ using ChainRulesCore: extern, accumulate, accumulate!, store!, @scalar_rule,
1414
Wirtinger, wirtinger_primal, wirtinger_conjugate,
1515
Zero, One, DNE, Thunk, AbstractDifferential
1616

17+
Random.seed(1) # Set seed that all testsets should reset to.
18+
1719
include("test_util.jl")
1820

1921
println("Testing ChainRules.jl")

0 commit comments

Comments
 (0)