Skip to content

Commit

Permalink
update the seed
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Oct 16, 2024
1 parent 7a9cfb4 commit 9c40b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SUITE["main"]["no_inplace"]["AD-1-order"] = BenchmarkTools.BenchmarkGroup(["grad
SUITE["main"]["inplace"]["direct"] = BenchmarkTools.BenchmarkGroup(["direct"])
SUITE["main"]["inplace"]["AD-1-order"] = BenchmarkTools.BenchmarkGroup(["gradient"])

rng = StableRNGs.StableRNG(12345)
rng = StableRNGs.StableRNG(1)
nvars = 2^3
naugs = nvars
n_in = nvars + naugs
Expand Down
2 changes: 1 addition & 1 deletion test/regression_tests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Test.@testset "Regression Tests" begin
rng = StableRNGs.StableRNG(12345)
rng = StableRNGs.StableRNG(1)
nvars = 2^3
naugs = nvars
n_in = nvars + naugs
Expand Down

0 comments on commit 9c40b2b

Please sign in to comment.