Skip to content

Commit 85302b0

Browse files
femtocleaner[bot]Datseris
authored andcommitted
Fix deprecations (#82)
1 parent 2770dfc commit 85302b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/reconstructions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SUITE["Reconstructions"] = BenchmarkGroup()
22
SR = SUITE["Reconstructions"]
33

4-
srand(1234)
4+
Random.seed!(1234)
55
N = 10000; D = 3; B = 3
66

77
data = Dataset(rand(N, B))

0 commit comments

Comments
 (0)