Skip to content

Commit 3189653

Browse files
Update test/runtests.jl to use seed!
Co-Authored-By: simeonschaub <simeondavidschaub99@gmail.com>
1 parent 7a5f7b9 commit 3189653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.
17+
Random.seed!(1) # Set seed that all testsets should reset to.
1818

1919
include("test_util.jl")
2020

0 commit comments

Comments
 (0)