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