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

make the paths in tutorials OS independant #501

Closed
elboyran opened this issue Mar 7, 2023 · 1 comment · Fixed by #509
Closed

make the paths in tutorials OS independant #501

elboyran opened this issue Mar 7, 2023 · 1 comment · Fixed by #509
Assignees

Comments

@elboyran
Copy link
Contributor

elboyran commented Mar 7, 2023

The paths to models and data in the dianna tutorials are currently not OS independent.
Use os.path(.join) to make them generic.

@stefsmeets
Copy link
Contributor

I'd recommend pathlib.Path over os.path these days. I can have a look at this next week 👍

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

Successfully merging a pull request may close this issue.

2 participants