diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-21 17:50:24 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-21 17:50:24 -0500 |
commit | f56f4982aa3db2c62e52cdff26d0f5caf5e8c7ab (patch) | |
tree | bf4267750cf90fc22ef129d089ebc7f9eadef865 /run_exps.py | |
parent | 398389d33ce3e1cb356c6415ffced2656fb7562e (diff) |
pipeline tests
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 | ||