1
Fork 0

Fixed initialization issue

This commit is contained in:
Edgar P. Burkhart 2022-03-15 10:26:25 +01:00
parent 5edc4d7bc8
commit 3e9aadbea6
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -10,6 +10,7 @@ class ReadSwash:
self._n_t = None
self._t = None
self._x = None
self._data = {}
@classmethod
def read_nohead(cls, path):