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
Writing attribute to a group throws "Not a valid Zarr array or group" error, even though the group is valid and exists. So, maybe the error message can be improved?
>> zarrwriteatt('myFile/','attr1',10)
Error using zarrinfo (line 36)
Not a valid Zarr array or group
Error in zarrwriteatt (line 21)
info = zarrinfo(filepath);
^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
@jm9176 Can you check if you still see this error?
I tried the repro steps on a valid group (a folder that contains a valid .zgroup file) and zarrwriteatt does behave as expected.
It creates a .zattrs file as expected.
If I call zarrwriteatt on a folder that does not contain .zgroup file, an error is thrown which is expected behavior.
Writing attribute to a group throws "Not a valid Zarr array or group" error, even though the group is valid and exists. So, maybe the error message can be improved?
The text was updated successfully, but these errors were encountered: