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