experiment main.sh doesn't work

Issue #2 new
Former user created an issue

Directories like data/experimentData/* are referenced but they are never created.. directories like toAnalyse can never include files since nothing is ever outputed there..

Traceback (most recent call last): File "./scripts/featureExtractor.py", line 369, in <module> detectSignatures() File "./scripts/featureExtractor.py", line 154, in detectSignatures fileList = os.listdir("data/experimentData/modules") OSError: [Errno 2] No such file or directory: 'data/experimentData/modules'

Comments (0)

  1. Log in to comment