Skip to content

Commit 4a601cc

Browse files
Fixes typo (#8709)
Fixes a typo (missing letter transform). Signed-off-by: benediktjohannes <benedikt.johannes.hofer@gmail.com> Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent b415ca9 commit 4a601cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transforms/test_nvtx_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
@unittest.skipUnless(has_nvtx, "Required torch._C._nvtx for NVTX Range!")
7474
class TestNVTXRangeDecorator(unittest.TestCase):
7575
@parameterized.expand([TEST_CASE_ARRAY_0, TEST_CASE_ARRAY_1])
76-
def test_tranform_array(self, input):
76+
def test_transform_array(self, input):
7777
transforms = Compose([Range("random flip")(Flip()), Range()(ToTensor())])
7878
# Apply transforms
7979
output = transforms(input)

0 commit comments

Comments
 (0)