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

Configuration broken for kwargs that have underscores #56

Closed
ian-r-rose opened this issue Apr 14, 2019 · 1 comment · Fixed by #57
Closed

Configuration broken for kwargs that have underscores #56

ian-r-rose opened this issue Apr 14, 2019 · 1 comment · Fixed by #57

Comments

@ian-r-rose
Copy link
Collaborator

We currently ask users to configure clusters startup using kwargs in a config file. Unfortunately, dask's config normalizes underscores to hyphens, making the keys invalid python identifiers..

We can deal with it as a special case here, and replace hyphens with underscores before passing in the kwargs, but a nicer solution might be to have this fixed upstream.

xref dask/dask#4422, dask/dask#4366

@mrocklin
Copy link
Member

mrocklin commented Apr 14, 2019 via email

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

Successfully merging a pull request may close this issue.

2 participants