diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 16:41:39 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 16:41:39 -0500 |
| commit | d84021c3f136d657e708a31b816f6d6409a9c241 (patch) | |
| tree | aca8f2988bed0c08596472d12b650f7a53b31427 /plot_sens.py | |
| parent | ef0a58eceb3d794931b0df57f53ecd97dbd57e52 (diff) | |
| download | GolemFlavor-d84021c3f136d657e708a31b816f6d6409a9c241.tar.gz GolemFlavor-d84021c3f136d657e708a31b816f6d6409a9c241.zip | |
improve plotx
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( |
