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

Avoid UNIX paths in accessor functions and sort datasets #31

Merged
merged 3 commits into from
Nov 19, 2018

Conversation

harlor
Copy link
Contributor

@harlor harlor commented Nov 16, 2018

In the accessor functions the datasets are currently loaded by their UNIX paths. UNIX paths cause problems on Windows machines => Use the comma separated notation instead.

See #30 (comment)

@harlor
Copy link
Contributor Author

harlor commented Nov 17, 2018

As mentioned in alchemistry/alchemlyb#62 (comment) the order of the datasets differs on my machine. So I changed glob(...) to sorted(glob(...))

@harlor harlor changed the title Avoid UNIX paths in accessor functions Avoid UNIX paths in accessor functions and sort datasets Nov 17, 2018
@harlor harlor requested a review from orbeckst November 17, 2018 13:09
Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

(We should probably do the same thing everywhere, but that's another PR...)

Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

(pushed the wrong button... should have been an approve)

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

Successfully merging this pull request may close these issues.

2 participants