We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44d93ba + d144d53 commit fd60009Copy full SHA for fd60009
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