Skip to content

Commit

Permalink
Set seed
Browse files Browse the repository at this point in the history
  • Loading branch information
adedaran committed Jul 17, 2024
1 parent 00a3b6b commit 2adaf5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_slicefinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

from sliceline import slicefinder

np.random.seed(42)


def test_dummify(benchmark, basic_test_data):
"""Test _dummify method."""
Expand Down

0 comments on commit 2adaf5e

Please sign in to comment.