Skip to content

Commit

Permalink
Add brackets to stations call
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Oct 7, 2024
1 parent a69a48d commit fc649d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyaro/timeseries/Wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc649d9

Please sign in to comment.