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 b1a10c6 commit 17d04f4Copy full SHA for 17d04f4
benchmarks/conftest.py
@@ -4,7 +4,7 @@
4
5
6
@pytest.fixture(scope="function")
7
-def rng(scope="session"):
+def rng():
8
return np.random.default_rng(seed=42)
9
10
0 commit comments