We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would avoid a mismatch between clients and workers when using dask.distributed
In [2]: os.path.abspath('my-local-path') Out[2]: '/home/mrocklin/my-local-path'
The text was updated successfully, but these errors were encountered:
This is for imports, or files opened with open_dataset?
Sorry, something went wrong.
Open_dataset, but you're right, we should probably resolve this on the serialization code on the Dask side regardless.
Fixed by #1128
No branches or pull requests
This would avoid a mismatch between clients and workers when using dask.distributed
The text was updated successfully, but these errors were encountered: