You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user specified attribute that is nan or inf will cause issues because it's not properly decoded / encoded in json. This issue is also present in zarr-python, see zarr-developers/zarr-python#412. I have proposed a fix in zarr-developers/zarr-python#533. If this gets merged, we can just apply the same solution as for the fill value (#149 ) for all json attributes.
The text was updated successfully, but these errors were encountered:
A user specified attribute that is
nan
orinf
will cause issues because it's not properly decoded / encoded in json. This issue is also present inzarr-python
, see zarr-developers/zarr-python#412. I have proposed a fix in zarr-developers/zarr-python#533. If this gets merged, we can just apply the same solution as for the fill value (#149 ) for all json attributes.The text was updated successfully, but these errors were encountered: