aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/plot-fit-results2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-fit-results b/utils/plot-fit-results
index b568075..48d922a 100755
--- a/utils/plot-fit-results
+++ b/utils/plot-fit-results
@@ -152,7 +152,7 @@ if __name__ == '__main__':
events.append(a)
- a = np.concatenate(events)
+ a = np.ma.concatenate(events)
bins = np.arange(50,1000,100)