We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ce88b commit b1a10c6Copy full SHA for b1a10c6
benchmarks/conftest.py
@@ -3,7 +3,7 @@
3
import numpy as np
4
5
6
-@pytest.fixture
+@pytest.fixture(scope="function")
7
def rng(scope="session"):
8
return np.random.default_rng(seed=42)
9
0 commit comments