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
Fixed inference of daily time steps (previously this would fail if data was lazy loaded as subtraction of cftime with xarray doesn't work properly if the data is a dask array)
Changelog
🐛 Bug Fixes
Fixed inference of daily time steps (previously this would fail if data was lazy loaded as subtraction of cftime with xarray doesn't work properly if the data is a dask array) (#121)