From c1baad80e5dc1a93923056a922cd6f832e86910c Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sat, 12 Jan 2019 22:20:47 +0100 Subject: [PATCH] Remove pandas conversion --- scripts/ztplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ztplot.py b/scripts/ztplot.py index 36cea5d..5d006b1 100755 --- a/scripts/ztplot.py +++ b/scripts/ztplot.py @@ -72,7 +72,7 @@ class ZTPlot(Module): if 'Hits' not in blob: return blob - hits = blob['Hits'].serialise(to='pandas') + hits = blob['Hits'] hits = self.calib.apply(hits) event_info = blob['EventInfo'] -- GitLab