Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For pure numpy arrays, min_count=1 (xarray default) is the same as min_count=None, with the right fill_value. This avoids one useless pass over the data, and one useless copy. We need to always accumulate count with dask, to make sure we get the right values at the end.
- Loading branch information