Skip to content

file naming error #5

Description

@jeroenbouwman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions