diff options
-rwxr-xr-x | utils/plot-fit-results | 2 |
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) |