Skip to content

Commit 9736b4b

Browse files
jhammand-v-b
andauthored
Update src/zarr/core/metadata/v3.py
Co-authored-by: Davis Bennett <[email protected]>
1 parent b6c33fc commit 9736b4b

File tree

1 file changed

+0
-1
lines changed
  • src/zarr/core/metadata

1 file changed

+0
-1
lines changed

src/zarr/core/metadata/v3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def _replace_special_floats(obj: object) -> Any:
117117
Note: this cannot be done in the V3JsonEncoder because Python's `json.dumps` optimistically
118118
converts NaN/Inf values to special types outside of the encoding step.
119119
"""
120-
print(obj)
121120
if isinstance(obj, float):
122121
if np.isnan(obj):
123122
return "NaN"

0 commit comments

Comments
 (0)