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

BUG: yt.load("~...") doesn't work anymore #4280

Closed
neutrinoceros opened this issue Jan 2, 2023 · 0 comments · Fixed by #4281
Closed

BUG: yt.load("~...") doesn't work anymore #4280

neutrinoceros opened this issue Jan 2, 2023 · 0 comments · Fixed by #4281
Labels

Comments

@neutrinoceros
Copy link
Member

Bug report

Bug summary

up until yt 4.0.5, this used to work

import yt

yt.load("~/path/to/my/data")

in yt 4.1.x it doesn't (because the ~ is not expanded).

Without running a bisection it seems pretty clear that the breaking change was in #3525, and I can say it wasn't intentional. Luckily the fix is trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant