Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jul 10, 2024
1 parent 6273c8d commit ea41a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/streaming/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ def _get_simulated_s3_dataloader(tmpdir):
return StreamingDataLoader(dataset, batch_size=2, num_workers=1)


@mock.patch.dict(os.environ, {}, clear=True)
def test_dataset_resume_on_future_chunks(tmpdir):
optimize(
fn=_simple_preprocess,
Expand Down

0 comments on commit ea41a03

Please sign in to comment.