usnistgov / PyHyperScattering

Tools for hyperspectral x-ray and neutron scattering data loading, reduction, slicing, and visualization.
Other
7 stars 9 forks source link

Fix Windows path bug in #42? #44

Closed pbeaucage closed 2 years ago

pbeaucage commented 2 years ago

@pdudenas Can you take a look at this and make sure it still works against current version data? I added a single dot to fix the PosixPath vs WindowsPath issue - basically I think PosixPath.glob is case sensitive, WindowsPath.glob is not. Tests appear to all be passing. Please go ahead and merge if it looks OK to you.