Skip to content

Commit b1a10c6

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

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
@@ -3,7 +3,7 @@
33
import numpy as np
44

55

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

0 commit comments

Comments
 (0)