Skip to content

Commit 4f63296

Browse files
committed
Add random seed
1 parent baeedc9 commit 4f63296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/python/plotly/plotly/tests/test_optional/test_px/test_px_input.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import warnings
1313
import time
1414

15+
np.random.seed(0)
1516

1617
# Fixtures
1718
# --------

0 commit comments

Comments
 (0)