Open Arkturax opened 3 years ago
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)
Branch issue-217-Paths_for_edibles_spectrum_py_on_Windows created!
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).