Issues with pastalist location
If I have the pastalist.csv
in the center directory e.g. HZB
and want to process is (so steps after harvesting) I get a FileNotFoundError
FileNotFoundError: [Errno 2] No such file or directory: 'HZB/HZB/pastalist.csv'
If I put it in HZB/HZB/pastalist.csv
I get a IndexError
File "/root/HZBKram/hmc-toolbox-for-data-mining/toolbox/toolbox.py", line 93, in main
pasta_path = center_path / glob.glob(str(center_path / '*.csv'))[0]
IndexError: list index out of range
Workaround: Have the pastalist.csv
in both folders: In HZB/
as well as in HZB/HZB/
… but should be fixed.
Reason: toolbox.py:93
Edited by Gabriel Preuß