Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_combine_fovs_to_hcs fails #255

Open
ieivanov opened this issue Oct 1, 2024 · 0 comments
Open

test_combine_fovs_to_hcs fails #255

ieivanov opened this issue Oct 1, 2024 · 0 comments
Labels
bug Something isn't working NGFF OME-NGFF (OME-Zarr format)

Comments

@ieivanov
Copy link
Contributor

ieivanov commented Oct 1, 2024

test_combine_fovs_to_hcs fails with

self = <zarr.storage.FSStore object at 0x7f06d3a73210>, key = 'H/12/0/.zgroup'
value = b'{\n    "zarr_format": 2\n}'

    def __setitem__(self, key, value):
        if self.mode == "r":
>           raise ReadOnlyError()
E           zarr.errors.ReadOnlyError: object is read-only

/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/zarr/storage.py:1463: ReadOnlyError
@ziw-liu ziw-liu added bug Something isn't working NGFF OME-NGFF (OME-Zarr format) labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working NGFF OME-NGFF (OME-Zarr format)
Projects
None yet
Development

No branches or pull requests

2 participants