-
Notifications
You must be signed in to change notification settings - Fork 19
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
Dask release 2024.12.0 changed dsk
keyword in Blockwise class this breaks AwkwardBlockwiseLayer __init__
#557
Comments
sure all good, just wanted to let you know. :) saw only now that you already started to fix it. Sorry for the noise. |
Thanks! The nightly tests in coffea also picked it up, but good to have other confirmation! |
+1 from vector |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
the change here in dask version 2024.12.0 breaks AwkwardBlockWiseLayer
super().__init__
function:I am no expert whatsoever just tried to run most recent version and saw the break in the inheritance of the class.
The text was updated successfully, but these errors were encountered: