aboutsummaryrefslogtreecommitdiffstats
path: root/run_exps.py
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2014-01-21 17:50:24 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2014-01-21 17:50:24 -0500
commitf56f4982aa3db2c62e52cdff26d0f5caf5e8c7ab (patch)
treebf4267750cf90fc22ef129d089ebc7f9eadef865 /run_exps.py
parent398389d33ce3e1cb356c6415ffced2656fb7562e (diff)
pipeline tests
Diffstat (limited to 'run_exps.py')
-rwxr-xr-xrun_exps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_exps.py b/run_exps.py
index 3fff667..8736d19 100755
--- a/run_exps.py
+++ b/run_exps.py
@@ -31,7 +31,7 @@ ExpData = com.recordtype('ExpData', ['name', 'params', 'sched_file', 'out_dir',
31ConfigResult = namedtuple('ConfigResult', ['param', 'wanted', 'actual']) 31ConfigResult = namedtuple('ConfigResult', ['param', 'wanted', 'actual'])
32 32
33'''Maximum times an experiment will be retried''' 33'''Maximum times an experiment will be retried'''
34MAX_RETRY = 5 34MAX_RETRY = 15
35'''Location experiment retry count is stored''' 35'''Location experiment retry count is stored'''
36TRIES_FNAME = ".tries.pkl" 36TRIES_FNAME = ".tries.pkl"
37 37