Closed lagefreitas closed 6 years ago
Looks like it's missing the underscore on your local version of the code in this line
ERROR: UndefVarError: executeexperiment not defined
This is not the cause. I copied and pasted this line from my running dmlt
container:
function execute_experiment()
The problem was that I was calling the function wrong (I forgot to put the _
):
julia -L master_summary.jl -e "executeexperiment()" 4 100 f1 1234 4 2
After adding the packages by hand, I had this error.
BTW, I couldn't pin Mocha as described in Issue #4, maybe this is the real problem.