diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-11 09:03:10 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-11 09:03:10 -0500 |
| commit | 6d6257ab94403134d857fa5443097355c0be786c (patch) | |
| tree | 7b5c20d5d7aae43e9fa981461a31bae43c7454fc /sens.py | |
| parent | 0c961ab5ceacce96d09032c3594e421a6dacbf85 (diff) | |
| download | GolemFlavor-6d6257ab94403134d857fa5443097355c0be786c.tar.gz GolemFlavor-6d6257ab94403134d857fa5443097355c0be786c.zip | |
update submit scripts
Diffstat (limited to 'sens.py')
| -rwxr-xr-x | sens.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -233,9 +233,9 @@ def main(): identifier = identifier ) except: - print 'Failed run, continuing' - # raise - continue + print 'Failed run' + raise + # continue print '## Evidence = {0}'.format(stat) elif args.stat_method is StatCateg.FREQUENTIST: raise NotImplementedError('Still needs testing') |
