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):