Skip to content

Commit 6b71ce1

Browse files
authored
Merge branch 'master' into GH1049-add-ld-pruning-support
2 parents c003300 + fd60009 commit 6b71ce1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)