From 560163f359801bf2e5e4c2872c7644106e288b01 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 8 Mar 2019 17:26:50 +0100 Subject: [PATCH] Fix typo --- scripts/online_reco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/online_reco.py b/scripts/online_reco.py index dd6ba81..dbc6602 100644 --- a/scripts/online_reco.py +++ b/scripts/online_reco.py @@ -56,7 +56,7 @@ class ZenithDistribution(kp.Module): n_ok = n - np.count_nonzero(np.isnan(self.zeniths)) fontsize = 16 - roy_zeniths = -np.loadtxt("reco.txt", "r")[-self.max_events:] + roy_zeniths = -np.loadtxt("reco.txt")[-self.max_events:] roy_zeniths[np.abs(roy_zeniths) > .99] = np.nan n_roy = len(roy_zeniths) -- GitLab