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 c5e706b commit 19ec879Copy full SHA for 19ec879
src/zarr/core/metadata/v2.py
@@ -350,7 +350,7 @@ def _default_fill_value(dtype: np.dtype[Any]) -> Any:
350
elif dtype.kind in "UO":
351
return ""
352
elif dtype.kind in "Mm":
353
- return dtype.type('nat')
+ return dtype.type("nat")
354
elif dtype.kind == "V":
355
if dtype.fields is not None:
356
default = tuple([_default_fill_value(field[0]) for field in dtype.fields.values()])
0 commit comments