From d2c02fda52fabc2f6441ff74f64b2d200bfedc58 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 15 Mar 2022 10:26:25 +0100 Subject: [PATCH] Fixed initialization issue --- swash/processing/read_swash.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swash/processing/read_swash.py b/swash/processing/read_swash.py index c8d0f36..74b9aea 100644 --- a/swash/processing/read_swash.py +++ b/swash/processing/read_swash.py @@ -10,6 +10,7 @@ class ReadSwash: self._n_t = None self._t = None self._x = None + self._data = {} @classmethod def read_nohead(cls, path):