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
This issue is to track the TODO in #523 (comment). Zarr will use the <array>/c key for accessing scalar arrays, rather than <array>/c/0 as one might expect. Currently, we will raise a NotImplementedError but we should generate a test case and properly support scalar arrays.