ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 3 forks source link

Reports of Path instability on Windows #134

Closed gwm17 closed 1 month ago

gwm17 commented 1 month ago

User reports of Path instability on Windows. Need to check against pathlib and see what the correct cross platform usage is

gwm17 commented 1 month ago

We are using pathlib correctly, just need to document to users that if they want to go from the root (an absolute path) they have to put the C:/ as well? Idk, I'll test this one on Windows and see

gwm17 commented 1 month ago

I can't confirm this on Windows11 with Python 3.10 or 3.11. Will need to get some more extensive user feedback

gwm17 commented 1 month ago

Maybe issue is folks using Windows style strings? Because then you need the "\" instead of "\" to escape the slash. But I think it should convert linux style paths to windows paths.

gwm17 commented 1 month ago

No further reports. Closing for now