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

Fix working with latest dask #1145

Open
manthey opened this issue Nov 12, 2024 · 2 comments
Open

Fix working with latest dask #1145

manthey opened this issue Nov 12, 2024 · 2 comments

Comments

@manthey
Copy link
Contributor

manthey commented Nov 12, 2024

See PR #1144; dask introduced a breaking change.

Superficially, my guess is that it fails to unpickle tiles correctly.

@manthey
Copy link
Contributor Author

manthey commented Nov 14, 2024

Specifically, this changes how the tiles are serialized and deserialized in dask. A tile (large_image.tilesource.tiledict.LazyTileDict) is a subclassed dictionary. In dask<2024.11 this serialized and deserialzes as a LazyTileDict. In recent dask, it deserializes as a dict.

@manthey
Copy link
Contributor Author

manthey commented Nov 14, 2024

There is now an issue in distributed for this problem: dask/distributed#8932

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

No branches or pull requests

1 participant