Skip to content

Commit 7201c82

Browse files
committed
Uncomment tracebackhide
Left by mistake whilst debugging
1 parent 5811393 commit 7201c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/pytest_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def assert_array_elements(
485485
>>> assert xp.all(out == x)
486486
487487
"""
488-
# __tracebackhide__ = True
488+
__tracebackhide__ = True
489489
dh.result_type(out.dtype, expected.dtype) # sanity check
490490
assert_shape(func_name, out_shape=out.shape, expected=expected.shape, kw=kw) # sanity check
491491
f_func = f"[{func_name}({fmt_kw(kw)})]"

0 commit comments

Comments
 (0)