- Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I noticed that some tests fail with
E TypeError: cannot pickle 'module' object
in the XarrayReader
This seems to only happen with caching is enabled (and only for the netcdf store)! To show this I have added an additional parametrization to the app
test fixture which runs all tests both with and without cache.
I did confirm that this error is introduced with the upgrade of either xarray or zarr here. When I just add the changes to conftest.py
to main, all tests pass, so this was not a silent failure.
Ill move on here for now, but I would love to fix this issue here. @hrodmn do you have any intuition why the caching would not play nice with a new xarray or zarr version?
Originally posted by @jbusecke in #96 (comment)
Metadata
Metadata
Assignees
Labels
No labels