Skip to content

Commit

Permalink
tests: Add missing seed fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Jul 24, 2023
1 parent c578c4c commit 95b67e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,8 @@ def ref_axes(request):
def seeds():
"""1000 unique seeds for ensemble runs that need an RNG seed."""
return _io.read_scsv(_io.data("rng") / "seeds.scsv").seeds

@pytest.fixture
def seed():
"""Default seed for test RNG."""
return 8816

0 comments on commit 95b67e4

Please sign in to comment.