Skip to content
Snippets Groups Projects
Commit 5fa360ae authored by Stefan Reck's avatar Stefan Reck
Browse files

fix seed

parent 368b5a0d
No related branches found
No related tags found
No related merge requests found
......@@ -40,13 +40,13 @@ class TestShuffleV2(TestCase):
self.temp_output = "temp_output.h5"
self.x, self.y = _make_shuffle_dummy_file(self.temp_input)
np.random.seed(42)
shuffle_v2(
input_file=self.temp_input,
output_file=self.temp_output,
datasets=("x", "y"),
chunks=True,
max_ram=400, # -> 2 batches
seed=42,
)
def tearDown(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment