changeset 671:849f5f8bf4b9

corrected other missing imports
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 26 May 2015 11:40:32 +0200
parents f72ed51c6b65
children 5473b7460375
files python/utils.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))