Skip to content

Commit b0d4f24

Browse files
authored
Remove Debug Code (#487)
1 parent 690ed5d commit b0d4f24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

onnxscript/tests/function_libs/torch_aten/ops_correctness_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,6 @@ def test_output_match(self, device: str, dtype: torch.dtype, op):
748748
inputs=repr(inputs),
749749
kwargs=repr(cpu_sample.kwargs),
750750
):
751-
752-
if i == 5:
753-
print(i)
754-
755751
skip_reason = _should_skip_test_sample(op.name, cpu_sample)
756752
if skip_reason is not None:
757753
# Cannot use self.skip because pytest would skip the entire test

0 commit comments

Comments
 (0)