metno / pyaro-readers

implementations of readers for the pyaerocom project using pyaro as interface
GNU Lesser General Public License v2.1
0 stars 2 forks source link

adjust to pyaro's updated filter init #23

Closed jgriesfeller closed 10 months ago

jgriesfeller commented 10 months ago

instead of https://github.com/metno/pyaro-readers/blob/22ca00ae1bc564a927b9fc757d31c44ffca355ad/src/pyaro_readers/aeronetsdareader/AeronetSdaTimeseriesReader.py#L101 and https://github.com/metno/pyaro-readers/blob/22ca00ae1bc564a927b9fc757d31c44ffca355ad/src/pyaro_readers/aeronetsunreader/AeronetSunTimeseriesReader.py#L90

use

self._set_filters(filters)
dulte commented 10 months ago

PR #24

jgriesfeller commented 10 months ago

merged