knubez / TAMS

TAMS
https://tams.readthedocs.io/
MIT License
21 stars 6 forks source link

pandas warning about deprecated freq specs #27

Closed zmoon closed 3 months ago

zmoon commented 6 months ago

e.g. in the data module

tams/data.py:153: FutureWarning: 'H' is deprecated and will be removed in a future version, please use 'h' instead.
  ds["time"] = pd.date_range("2006-Sep-01", freq="2H", periods=6)