We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c003300 + fd60009 commit 6b71ce1Copy full SHA for 6b71ce1
1 file changed
tests/conftest.py
@@ -0,0 +1,7 @@
1
+import numpy as np
2
+import pytest
3
+
4
5
+@pytest.fixture(autouse=True, scope="session")
6
+def seed_random():
7
+ np.random.seed(42)
0 commit comments