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
The failing tests seem to fall into two categories.
TypeError: Unsupported type for store_like: 'FSMap'.
This is being tracked by pydata/xarray#9957 and zarr-developers/zarr-python#2706. I expect this functionality will get implemented upsteam (and can see if it's something I could help with), so the solution here is likely to keep the pin on Zarr Python < 3.0 until that feature is implemented and released.
TypeError: Object 0 has an invalid type for "path": int
It seems that int keys were likely automatically cast to strings in zarr python 2.0 but are not in zarr python 3.0. I think we could fix this easily on our end by parameterizing string keys rather than ints in
https://zarr.dev/blog/zarr-python-3-release/
we also need to pin zarr to 2.0 https://github.com/developmentseed/titiler/actions/runs/12695652933/job/35388000642?pr=1067
The text was updated successfully, but these errors were encountered: