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 35849c7 commit 8ec16e8Copy full SHA for 8ec16e8
src/zarr/codecs/_v2.py
@@ -44,8 +44,6 @@ async def _decode_single(
44
45
# view as numpy array with correct dtype
46
chunk = ensure_ndarray_like(chunk)
47
- print(chunk)
48
- print(chunk.dtype)
49
# special case object dtype, because incorrect handling can lead to
50
# segfaults and other bad things happening
51
if chunk_spec.dtype != object:
0 commit comments