aboutsummaryrefslogtreecommitdiffstats
path: root/sens.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-11 09:03:10 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-11 09:03:10 -0500
commit6d6257ab94403134d857fa5443097355c0be786c (patch)
tree7b5c20d5d7aae43e9fa981461a31bae43c7454fc /sens.py
parent0c961ab5ceacce96d09032c3594e421a6dacbf85 (diff)
downloadGolemFlavor-6d6257ab94403134d857fa5443097355c0be786c.tar.gz
GolemFlavor-6d6257ab94403134d857fa5443097355c0be786c.zip
update submit scripts
Diffstat (limited to 'sens.py')
-rwxr-xr-xsens.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sens.py b/sens.py
index ba2d82b..9451056 100755
--- a/sens.py
+++ b/sens.py
@@ -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')