# HG changeset patch # User Nicolas Saunier # Date 1432633232 -7200 # Node ID 849f5f8bf4b98b48bfb66bea703328a0223ea12e # Parent f72ed51c6b659a8608657048500918153a7f7656 corrected other missing imports diff -r f72ed51c6b65 -r 849f5f8bf4b9 python/utils.py --- a/python/utils.py Tue May 26 11:39:36 2015 +0200 +++ b/python/utils.py Tue May 26 11:40:32 2015 +0200 @@ -444,6 +444,7 @@ and runs them, saving the results in experiments with multiprocess option''' from pandas import concat + from multiprocessing import Pool experiments = generateExperiments(independentVariables) nModels = len(experiments) print("Running {} models with {} processes".format(nModels, nProcesses))