We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70a3c commit f665e1aCopy full SHA for f665e1a
zarr/tests/test_dim_separator.py
@@ -80,6 +80,8 @@ def verify(array, expect_failure=False):
80
if expect_failure:
81
pytest.xfail()
82
else:
83
+ # Debugging issue:858
84
+ import pdb; pdb.set_trace()
85
raise # pragma: no cover
86
87
0 commit comments