From fc649d9018083dce205721315ebfc922cc7292d2 Mon Sep 17 00:00:00 2001 From: thorbjoernl <51087536+thorbjoernl@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:46:40 +0200 Subject: [PATCH] Add brackets to stations call --- src/pyaro/timeseries/Wrappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyaro/timeseries/Wrappers.py b/src/pyaro/timeseries/Wrappers.py index e137204..809f808 100644 --- a/src/pyaro/timeseries/Wrappers.py +++ b/src/pyaro/timeseries/Wrappers.py @@ -46,7 +46,7 @@ def data(self, varname): return data def stations(self): - return self._reader.stations + return self._reader.stations() def variables(self): """Variables with new variable names