in optimize.py on line 702 the file All_R.txt is opened:
df = pd.read_csv(DIR + 'Workspace/Processing/Interp_proc/All_R.txt', sep=r'\s+', header=None)
however, this file does not exists. The file which was generated is called all_R.txt, so with a not with capital A.
please change the code such that the naming is consistent in the code.
in optimize.py on line 702 the file All_R.txt is opened:
df = pd.read_csv(DIR + 'Workspace/Processing/Interp_proc/All_R.txt', sep=r'\s+', header=None)
however, this file does not exists. The file which was generated is called all_R.txt, so with a not with capital A.
please change the code such that the naming is consistent in the code.