Fix tag error
Created by: vivienr
TimeSeries.fetch_open_data()
reports TypeError: get_urls() got an unexpected keyword argument 'tag'
, this PR removes tag
from timeseries/core.py
and timeseries/io/losc.py
.
Created by: vivienr
TimeSeries.fetch_open_data()
reports TypeError: get_urls() got an unexpected keyword argument 'tag'
, this PR removes tag
from timeseries/core.py
and timeseries/io/losc.py
.