8000 Set random seed · matplotlib/matplotlib@bf39791 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf39791

Browse files
Set random seed
1 parent a676dce commit bf39791

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ def test_eventplot(self):
275275

276276
ax1.eventplot(x_dates1)
277277

278+
np.random.seed(19680801)
279+
278280
start_ 435C date = datetime.datetime(2020, 7, 1)
279281
end_date = datetime.datetime(2020, 10, 15)
280282
date_range = end_date - start_date

0 commit comments

Comments
 (0)
0