Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
n3011 committed Mar 5, 2025
1 parent cbc3abc commit 6f7ef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ def test_parser(self):
batch = next(iter(dataset))
self.assertEqual(list(batch.keys()), ['image', 'label'])
self.assertEqual(batch['image'].shape, [1, 366, 500, 3])
self.assertEqual(batch['label'].shape, [1, 366, 500, 3])
self.assertEqual(batch['label'].shape, [1, 366, 500, 1])

0 comments on commit 6f7ef4a

Please sign in to comment.