diff --git a/pylot/core/read/data.py b/pylot/core/read/data.py index 3c83e9aa..7e12f793 100644 --- a/pylot/core/read/data.py +++ b/pylot/core/read/data.py @@ -229,7 +229,8 @@ class Data(object): :return: """ if streams is None: - st = self.getWFData() + st_raw = self.getWFData() + st = st_raw.copy() else: st = streams