aboutsummaryrefslogtreecommitdiffstats
path: root/plot_sens.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot_sens.py')
-rwxr-xr-xplot_sens.py4
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'