Skip to content
Snippets Groups Projects
Commit 560163f3 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 19cc625f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment