mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +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
@ -1531,7 +1531,7 @@ class TestTensorCreation(TestCase):
|
||||
expected = torch.empty(0, 5, dtype=a.dtype, device=device)
|
||||
self.assertEqual(c, expected)
|
||||
|
||||
# test empty imput
|
||||
# test empty input
|
||||
a = torch.empty(0, device=device)
|
||||
c1 = torch.combinations(a)
|
||||
c2 = torch.combinations(a, with_replacement=True)
|
||||
|
Reference in New Issue
Block a user