8000 MAINT seed need to be fixed only once · matplotlib/matplotlib@2c08c49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c08c49

Browse files
committed
MAINT seed need to be fixed only once
1 parent b90cd59 commit 2c08c49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/pylab_examples/eventcollection_demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
# Fixing random state for reproducibility
1111
np.random.seed(19680801)
1212

13-
1413
# create random data
15-
np.random.seed(50)
1614
xdata = np.random.random([2, 10])
1715

1816
# split the data into two parts

0 commit comments

Comments
 (0)
0