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

UserWarning: ignoring keyword argument 'read_only' when reading zarr created by older version #717

Open
pakiessling opened this issue Sep 30, 2024 · 1 comment

Comments

@pakiessling
Copy link

pakiessling commented Sep 30, 2024

Getting a couple hundred warning of:
/python3.10/site-packages/zarr/creation.py:614: UserWarning: ignoring keyword argument 'read_only' compressor, fill_value = _kwargs_compat(compressor, fill_value, kwargs)

When trying to load a previously saved .zarr in a new enviroment. Not sure what version difference causes this. Does not seem to be zarr or spatialdata version.
New enviroment versions:

Spatialdata 0.2.3
zarr 2.18.3

Have you seen this before?

@LucaMarconato
Copy link
Member

Hi thanks for reporting, I haven't noticed this warning before but if I do I'll try to make a fix. If you find a fix meanwhile, a PR would be very welcome 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants