-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pickle error and never ending code with 1.43.1 #26
Comments
Hi there, We indeed added a deeper use of Dask in this 1.43.1 release, so maybe it has broken some weird things like that 🤔 I'll investiguate. |
Hello @TabeaW , |
The issue is linked to storpipfugl/pykdtree#81 |
rasters now creates a local threaded cluster which should solve your issue. You can test your code against the latest version of sertit-utils (on main branch) |
Done, released in 1.43.2 |
With the new version 1.43.1 we receive a pickle error while opening Sentinel-3 OLCI data. The error isn't really helpful, as everything comes from the distributed/pickle/python side, the error:
After the error, the code hangs and does not end.
There was no error with the version 1.43.0.
The text was updated successfully, but these errors were encountered: