You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line below has not been update since we switched to pandas' new frequency strings. In v0.49.0, we removed many entries from the FREQ_UNITS dict because the pandas strings are already understandable by pint. So at the minimum we should do FREQ_UNITS.get(base, base).
The line below has not been update since we switched to pandas' new frequency strings. In v0.49.0, we removed many entries from the
FREQ_UNITS
dict because the pandas strings are already understandable bypint
. So at the minimum we should doFREQ_UNITS.get(base, base)
.xclim/xclim/core/units.py
Line 670 in 2bb20af
The text was updated successfully, but these errors were encountered: