fix typos in the tests directory (#36717)
This commit is contained in:
@@ -996,7 +996,7 @@ class UtilFunctionTester(unittest.TestCase):
|
||||
image = np.random.randint(0, 256, (3, 32, 64))
|
||||
self.assertEqual(get_image_size(image), (32, 64))
|
||||
|
||||
# Test the channel dimension can be overriden
|
||||
# Test the channel dimension can be overridden
|
||||
image = np.random.randint(0, 256, (3, 32, 64))
|
||||
self.assertEqual(get_image_size(image, channel_dim=ChannelDimension.LAST), (3, 32))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user