-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
map_overlap
tasks fail to deserialize on workers - keywords must be strings
#6624
Comments
The runspec at this point has the shape {0: {'shape': (...), 'num-chunks': (...), 'array-location': [...], 'chunk-location': (...)}, None: {'shape': (...), 'num-chunks': (...), 'array-location': [...], 'chunk-location': (...), 'chunk-shape': (...), 'dtype': dtype('float64')}} |
I'm not sure if this is a worker state regression. On scheduler side, the run_spec is a |
Git bisect shows that bd98e66 / #6410 is apparently the culprit However, before this commit, I don't get a succesful run but rather the following exception instead
|
cc @crusaderky @fjetter
Environment:
The text was updated successfully, but these errors were encountered: