We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afe8c7 commit 48a8e58Copy full SHA for 48a8e58
array_api_tests/test_special_cases.py
@@ -1128,9 +1128,6 @@ def parse_binary_case_block(case_block: str) -> List[BinaryCase]:
1128
iop_params = []
1129
func_to_op: Dict[str, str] = {v: k for k, v in dh.op_to_func.items()}
1130
for stub in category_to_funcs["elementwise"]:
1131
- # if stub.__name__ == "abs":
1132
- # import ipdb; ipdb.set_trace()
1133
-
1134
if stub.__doc__ is None:
1135
warn(f"{stub.__name__}() stub has no docstring")
1136
continue
0 commit comments