Skip to content

Commit 573fd9a

Browse files
"Transfroms" -> "Transforms" (typo fix in test_nvtx_transform.py) (#8711)
"Transfroms" -> "Transforms" (typo fix in test_nvtx_transform.py) Signed-off-by: benediktjohannes <benedikt.johannes.hofer@gmail.com> Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent d8e4ee3 commit 573fd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transforms/test_nvtx_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class TestNVTXTransforms(unittest.TestCase):
4646

4747
@parameterized.expand([TEST_CASE_ARRAY_0, TEST_CASE_ARRAY_1, TEST_CASE_DICT_0, TEST_CASE_DICT_1])
4848
@unittest.skipUnless(has_nvtx, "CUDA is required for NVTX!")
49-
def test_nvtx_transfroms_alone(self, input):
49+
def test_nvtx_transforms_alone(self, input):
5050
transforms = Compose(
5151
[
5252
Mark("Mark: Transforms Start!"),

0 commit comments

Comments
 (0)