aboutsummaryrefslogtreecommitdiffstats
path: root/run_exps.py
diff options
context:
space:
mode:
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