pnnl / tesp

Other
39 stars 36 forks source link

Update path definitions in data.py to use os.path.join() #142

Closed trevorhardy closed 1 month ago

trevorhardy commented 6 months ago

Tweaks to make the pathing in data.py more robust across platforms. (Jessica was getting paths with "/" and "\" that was not making Windows happy.). Tested on macOS to be producing valid and working paths.

(Also made some minor tweaks in the error messaging printouts to be more Pythonic.)