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

storage.filename is now an absolute path and a read-only property #903

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

hejung
Copy link
Contributor

@hejung hejung commented Feb 23, 2020

All in the title.
Closes #774

@dwhswenson
Copy link
Member

LGTM. Since os.path.abspath also normalizes (i.e., among other things, turns Posix-style paths into Windows-style paths on Windows), I think this also brings us much of the way to Windows support.

IIRC, at one time OpenMM wasn't playing nicely on Windows, so we never tried to support Windows. But I think that Windows support for us is literally a matter of wrapping filenames (mostly in tests) in platform-independent ways.

@dwhswenson dwhswenson merged commit ca3f717 into openpathsampling:master Feb 24, 2020
@hejung hejung deleted the storage_abspath branch February 25, 2020 21:09
@dwhswenson dwhswenson mentioned this pull request Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some Storage properties break when changing working directory
2 participants