Lukas Riedel
Lukas Riedel
I found that dispatching to `sparse.nansum` instead of relying on `xarray.computation.nanops.nansum` gives a significant speedup, see https://github.com/pydata/xarray/issues/10922
@hameerabbasi Are there any "guarantees" about the fill value *not* being present in the data? Meaning: Is there a way to be sure that the matrix was pruned and is...
I am not sure if I can follow, because the details on `__array_function__` and `__array_ufunc__` elude me 😬 But here's what happens on the xarray side of things for `sum()`:...
@Illviljan I tried to dig into this a bit more and noticed I made an embarrassing mistake: Instead of dispatching to `nanname` I dispatched to `name` in the above patch,...