From 6d6257ab94403134d857fa5443097355c0be786c Mon Sep 17 00:00:00 2001 From: shivesh Date: Thu, 11 Apr 2019 09:03:10 -0500 Subject: update submit scripts --- sens.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sens.py') 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') -- cgit v1.2.3