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

Realtime analysis output failing when output has no subdirectory #615

Closed
ijpulidos opened this issue Aug 2, 2022 · 0 comments · Fixed by #616
Closed

Realtime analysis output failing when output has no subdirectory #615

ijpulidos opened this issue Aug 2, 2022 · 0 comments · Fixed by #616
Assignees
Labels
Milestone

Comments

@ijpulidos
Copy link
Contributor

In #561 the realtime analysis file was introduced but the path for it did not account for simulations where the results are to be generated in the same current owrking directory, resulting in the wrong path and a PermissionError like the following, when trying to write the yaml file.

PermissionError: [Errno 13] Permission denied: '/alanine_dipeptide_legacy_real_time_analysis.yaml'

This can be solved by using os.path.join instead of f-strings when dealing with paths.

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