jancami / edibles

Software for EDIBLES and LIPS data analysis.
MIT License
7 stars 11 forks source link

Paths for edibles_spectrum.py on Windows #217

Open Arkturax opened 3 years ago

Arkturax commented 3 years ago

Description

The new way to implement Paths in edibles (compatible with Windows) has not been implemented to "edibles_spectrum.py" yet (Lines 135 and 155).

folder = Path(PYTHONDIR+"/data")
filename=folder /"DR4_ObsLog.csv"
self.obslog = pd.read_csv(filename)
github-actions[bot] commented 3 years ago

Branch issue-217-Paths_for_edibles_spectrum_py_on_Windows created!