Skip to content

Commit 48a8e58

Browse files
committed
Remove debug statement
1 parent 9afe8c7 commit 48a8e58

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

array_api_tests/test_special_cases.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,9 +1128,6 @@ def parse_binary_case_block(case_block: str) -> List[BinaryCase]:
11281128
iop_params = []
11291129
func_to_op: Dict[str, str] = {v: k for k, v in dh.op_to_func.items()}
11301130
for stub in category_to_funcs["elementwise"]:
1131-
# if stub.__name__ == "abs":
1132-
# import ipdb; ipdb.set_trace()
1133-
11341131
if stub.__doc__ is None:
11351132
warn(f"{stub.__name__}() stub has no docstring")
11361133
continue

0 commit comments

Comments
 (0)