diff options
Diffstat (limited to 'run_exps.py')
-rwxr-xr-x | run_exps.py | 2 |
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', | |||
31 | ConfigResult = namedtuple('ConfigResult', ['param', 'wanted', 'actual']) | 31 | ConfigResult = namedtuple('ConfigResult', ['param', 'wanted', 'actual']) |
32 | 32 | ||
33 | '''Maximum times an experiment will be retried''' | 33 | '''Maximum times an experiment will be retried''' |
34 | MAX_RETRY = 5 | 34 | MAX_RETRY = 15 |
35 | '''Location experiment retry count is stored''' | 35 | '''Location experiment retry count is stored''' |
36 | TRIES_FNAME = ".tries.pkl" | 36 | TRIES_FNAME = ".tries.pkl" |
37 | 37 | ||