Skip to content

Commit 52e552f

Browse files
committed
uncommenting the tests
1 parent c4de771 commit 52e552f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/dynamo/conversion/harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def run_test(
259259
input.to(dtype_32bit),
260260
]
261261
+ list(trt_inputs[num_input + 1 :])
262-
)
262+
)
263263

264264
trt_input_specs = [Input.from_tensor(i) for i in trt_inputs]
265265
input_specs = [Input.from_tensor(i) for i in inputs]

0 commit comments

Comments
 (0)