There is a pytest warning saying:
tests/test_io.py::TestDataHandler::test_open_formats[zarr-dataset.zarr-dataarray.zarr-<lambda>-<lambda>] /home/robertvava/open-source/svdrom/.venv/lib/python3.12/site-packages/numcodecs/__init__.py:106: DeprecationWarning: crc32c usage is deprecated since numcodecs v0.16.4. It is recommended to install google_crc32c instead. from numcodecs.checksum32 import CRC32, Adler32, JenkinsLookup3
We should catch this early before deprecation.
There is a pytest warning saying:
tests/test_io.py::TestDataHandler::test_open_formats[zarr-dataset.zarr-dataarray.zarr-<lambda>-<lambda>] /home/robertvava/open-source/svdrom/.venv/lib/python3.12/site-packages/numcodecs/__init__.py:106: DeprecationWarning: crc32c usage is deprecated since numcodecs v0.16.4. It is recommended to install google_crc32c instead. from numcodecs.checksum32 import CRC32, Adler32, JenkinsLookup3We should catch this early before deprecation.