Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jul 17, 2024
1 parent 4d9befd commit fa4237b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/streaming/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,6 @@ def test_dataset_resume_on_future_chunks(shuffle, tmpdir, monkeypatch):
batches_to_fetch = 16
batch_to_resume_from = None
dataloader_state = None
assert len(train_dataloader.dataset) == 80
assert len(train_dataloader) == 40

for i, batch in enumerate(train_dataloader):
if i == batches_to_fetch:
Expand Down

0 comments on commit fa4237b

Please sign in to comment.