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 630897b commit 2004945Copy full SHA for 2004945
src/zarr/core/metadata/v2.py
@@ -294,7 +294,6 @@ def parse_metadata(data: ArrayV2Metadata) -> ArrayV2Metadata:
294
295
def _parse_structured_fill_value(fill_value: Any, dtype: np.dtype[Any]) -> Any:
296
"""Handle structured dtype/fill value pairs"""
297
- print("FILL VALUE", fill_value, "DT", dtype)
298
try:
299
if isinstance(fill_value, list):
300
return np.array([tuple(fill_value)], dtype=dtype)[0]
0 commit comments