diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-26 10:50:03 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-26 10:50:03 -0500 |
| commit | 639686cde9e43b4ad18f9b56960da3f5e8c697dd (patch) | |
| tree | 45c7d9b7e98ea0094aa169604dacd72ae89ed867 /plot_sens.py | |
| parent | f6645a19974f87166460a9baceade6817212a319 (diff) | |
| download | GolemFlavor-639686cde9e43b4ad18f9b56960da3f5e8c697dd.tar.gz GolemFlavor-639686cde9e43b4ad18f9b56960da3f5e8c697dd.zip | |
Sat May 26 10:50:03 CDT 2018
Diffstat (limited to 'plot_sens.py')
| -rwxr-xr-x | plot_sens.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plot_sens.py b/plot_sens.py index 2d7e20b..893e7a0 100755 --- a/plot_sens.py +++ b/plot_sens.py @@ -260,9 +260,9 @@ def main(): print 'Unable to load file {0}'.format(infile+'.npy') continue - print 'statistic_arr', statistic_arr - data = ma.masked_invalid(statistic_arr) + + print 'data', data if args.plot_statistic: print 'Plotting statistic' |
