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

Always use absolute paths #1085

Closed
mrocklin opened this issue Nov 6, 2016 · 3 comments
Closed

Always use absolute paths #1085

mrocklin opened this issue Nov 6, 2016 · 3 comments

Comments

@mrocklin
Copy link
Contributor

mrocklin commented Nov 6, 2016

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'
@shoyer
Copy link
Member

shoyer commented Nov 6, 2016

This is for imports, or files opened with open_dataset?

@mrocklin
Copy link
Contributor Author

mrocklin commented Nov 6, 2016

Open_dataset, but you're right, we should probably resolve this on the serialization code on the Dask side regardless.

@shoyer
Copy link
Member

shoyer commented Dec 1, 2016

Fixed by #1128

@shoyer shoyer closed this as completed Dec 1, 2016
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

2 participants