alchemistry / alchemtest

the simple alchemistry test set
https://alchemtest.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Avoid UNIX paths in accessor functions and sort datasets #31

Closed harlor closed 5 years ago

harlor commented 5 years ago

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 https://github.com/alchemistry/alchemtest/pull/30#discussion_r233981365

harlor commented 5 years ago

As mentioned in https://github.com/alchemistry/alchemlyb/pull/62#issuecomment-439611340 the order of the datasets differs on my machine. So I changed glob(...) to sorted(glob(...))