Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Aug 11, 2023
1 parent 8daae0b commit 2c458aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_dataloader(self):
StreamingDataLoader(
self.data,
seq_len=SEQ_LEN,
dataloader=DataLoader(StreamingDataset(self.data, seq_len=SEQ_LEN)),
dataset=DataLoader(StreamingDataset(self.data, seq_len=SEQ_LEN)),
)


Expand Down

0 comments on commit 2c458aa

Please sign in to comment.