Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hanamoto committed Apr 27, 2020
1 parent eb25e29 commit 0dea771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def test_dataset(self):
def test_dataloader(self):
self.assertEqual(len(self.dataloader_test), 2)
ret = 0
for _ in self.dataloader:
for _ in self.dataloader_test:
ret += 1
self.assertEqual(ret, 2 // 2)

0 comments on commit 0dea771

Please sign in to comment.