cryptobiu / MATRIX

MPC Simulation Framework
MIT License
24 stars 13 forks source link

Pre process tasks is not working #46

Closed GuutBoy closed 5 years ago

GuutBoy commented 5 years ago

I tried to make a new pre processing task to install some libraries (java and maven), as specified in the readme. Trying to run the process however crashes with:

ValueError: '/Users/psn/Projects/MATRIX-EXP/MATRIX/ExperimentExecute/pre_process.py' is not a valid local path or glob

I tried to fix it myself, but there seems to be multiple issues with this functionality (see #45)