mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[BE][2/6] fix typos in test/ (test/test_*.py) (#157636)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/157636 Approved by: https://github.com/yewentao256, https://github.com/mlazos ghstack dependencies: #156311, #156609
This commit is contained in:
committed by
PyTorch MergeBot
parent
ffe11b2bf2
commit
fc0376e8b1
@ -138,7 +138,7 @@ class TestVisibleDeviceParses(TestCase):
|
||||
_transform_uuid_to_ordinals(["GPU-9e8d35e3", "GPU-123", "GPU-47"], uuids),
|
||||
[1],
|
||||
)
|
||||
# First ambigous UUID aborts parsing
|
||||
# First ambiguous UUID aborts parsing
|
||||
self.assertEqual(
|
||||
_transform_uuid_to_ordinals(["GPU-9e8d35e3", "GPU-e", "GPU-47"], uuids), [1]
|
||||
)
|
||||
|
Reference in New Issue
Block a user