Skip to content

Commit

Permalink
Update flox/aggregate_numbagg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Nov 7, 2023
1 parent 46242ba commit 83853c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flox/aggregate_numbagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def nanstd(group_idx, array, *, axis=-1, size=None, fill_value=None, dtype=None,

nansum = partial(_numbagg_wrapper, numbagg_func="nansum")
nanmean = partial(_numbagg_wrapper, numbagg_func="nanmean")
nanprod = partial(_numbagg_wrapper, numbagg_func="nanprod")
nansum_of_squares = partial(_numbagg_wrapper, numbagg_func="nansum_of_squares")
nanlen = partial(_numbagg_wrapper, numbagg_func="nancount")
nanprod = partial(_numbagg_wrapper, numbagg_func="nanprod")
Expand Down

0 comments on commit 83853c0

Please sign in to comment.