Skip to content

Commit 1669fd7

Browse files
committed
test
1 parent c35de07 commit 1669fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/dynamo/conversion/test_index_aten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def forward(self, x, index0):
149149
)
150150

151151
@unittest.skipIf(
152-
iENABLED_FEATURES.tensorrt_rtx,
152+
ENABLED_FEATURES.tensorrt_rtx,
153153
"Skipped on tensorrt_rtx due to nonzero not supported",
154154
)
155155
def test_index_zero_two_dim_ITensor_mask(self):

0 commit comments

Comments
 (0)