From c56a11634a90d9027ff703653d0ba00d60c35cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Mon, 26 Jun 2017 16:10:18 +0200 Subject: [PATCH] Uncomment setNew, though still not sure, what its all about. --- pylot/core/io/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/io/data.py b/pylot/core/io/data.py index 4b1f5018..f1838abf 100644 --- a/pylot/core/io/data.py +++ b/pylot/core/io/data.py @@ -61,7 +61,7 @@ class Data(object): else: raise e else: # create an empty Event object - #self.setNew() + self.setNew() evtdata = ObsPyEvent() evtdata.picks = [] self.evtdata = evtdata