diff options
Diffstat (limited to 'plot_sens.py')
| -rwxr-xr-x | plot_sens.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plot_sens.py b/plot_sens.py index 6fad8bb..3fb585e 100755 --- a/plot_sens.py +++ b/plot_sens.py @@ -171,8 +171,8 @@ def main(): print 'Unable to load file {0}'.format( infile+'.npy' ) - raise - # continue + # raise + continue else: print 'Loading from {0}'.format(base_infile+'.npy') try: @@ -225,7 +225,7 @@ def main(): basename = args.datadir[:5]+args.datadir[5:].replace('data', 'plots') baseoutfile = basename + '/{0}/{1}/'.format( *map(parse_enum, [args.stat_method, args.data]) - ) + r'{0}/'.format(prefix) + ) + r'{0}'.format(prefix) if args.plot_x: plot_utils.plot_x( |
