Open
Description
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.