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

dask: fix incompatible API changes #4009

Open
btovar opened this issue Dec 17, 2024 · 5 comments
Open

dask: fix incompatible API changes #4009

btovar opened this issue Dec 17, 2024 · 5 comments

Comments

@btovar
Copy link
Member

btovar commented Dec 17, 2024

See dask/dask#11568

Graph function calls from tuples (f, x, ..) are (sometimes?) replaced with Task objects.

@colinthomas-z80
Copy link
Contributor

I was hoping this might be the source of the problem we were looking at but I don’t think we had seen blockwise being used?

@btovar
Copy link
Member Author

btovar commented Dec 17, 2024

For sure the dask-awkward example in TaskVine does not work with the latest dask and dask-awkward, so maybe it is related if you are using a recent dask version?

1 similar comment
@btovar
Copy link
Member Author

btovar commented Dec 17, 2024

For sure the dask-awkward example in TaskVine does not work with the latest dask and dask-awkward, so maybe it is related if you are using a recent dask version?

@btovar
Copy link
Member Author

btovar commented Dec 17, 2024

Also see: scikit-hep/coffea#1232 (comment)

@lgray
Copy link

lgray commented Dec 17, 2024

Just to confirm: this change only happened with dask 2024.12.0 and later.

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

3 participants