Removal of `weighted_operations.py`
jbusecke opened this issue · 0 comments
jbusecke commented
The newest xarray version causes CI failures with the weighted_operations.py
tests. This seems to be due to some changes in the way dask is chunking the arrays.
I do not think it is worth fixing this module, since all of the functionality has now been implemented in xarray directly (http://xarray.pydata.org/en/stable/generated/xarray.DataArray.weighted.html). In my general goal of trimming this package down I will be removing the module weighted_operations.py
in #82 unless anyone is against it.
Please let me know if this would break your workflow at all.