Skip to content

Commit 17d04f4

Browse files
Update benchmarks/conftest.py
Co-authored-by: Hameer Abbasi <[email protected]>
1 parent b1a10c6 commit 17d04f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
@pytest.fixture(scope="function")
7-
def rng(scope="session"):
7+
def rng():
88
return np.random.default_rng(seed=42)
99

1010

0 commit comments

Comments
 (0)