Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2024
1 parent fa4237b commit 92d52d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/streaming/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,15 +505,15 @@ def test_dataset_for_text_tokens_multiple_workers(tmpdir):
assert len(dataloader) == 10

expected = [
[0, 10],
[100, 110],
[20, 30],
[120, 130],
[40, 50],
[140, 150],
[60, 70],
[160, 170],
[80, 90],
[0, 10],
[100, 110],
[20, 30],
[120, 130],
[40, 50],
[140, 150],
[60, 70],
[160, 170],
[80, 90],
[180, 190],
]

Expand Down

0 comments on commit 92d52d3

Please sign in to comment.