From d84021c3f136d657e708a31b816f6d6409a9c241 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 15 Apr 2019 16:41:39 -0500 Subject: improve plotx --- plot_sens.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plot_sens.py') 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( -- cgit v1.2.3