Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 23, 2024
1 parent 5d50e0a commit d79ec2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def test_multiple_image_slice(self):
for i, (xbatch, ybatch) in enumerate(loader):
self.assertEqual(xbatch[0].mean(), i+1)
self.assertEqual(xbatch[1].mean(), i+1+100)


def test_multiple_image_slice_after_split(self):
base_dir = nt.fetch_data('example-01')
Expand Down

0 comments on commit d79ec2b

Please sign in to comment.