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
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.
See PR #1144; dask introduced a breaking change.
Superficially, my guess is that it fails to unpickle tiles correctly.
The text was updated successfully, but these errors were encountered: