Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Jul 16, 2024
1 parent ed18cfe commit c77821b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/streaming/test_combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ def set_shuffle(self, _):
def set_drop_last(self, _):
pass

def set_batch_size(self, _):
pass

def set_num_workers(self, _):
pass


def test_combined_dataset():
dataset1 = SimpleDataset(0, 10)
Expand Down

0 comments on commit c77821b

Please sign in to comment.