Skip to content

Commit

Permalink
Merge branch 'cumsum' of https://github.com/Illviljan/flox into cumsum
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jul 10, 2023
2 parents 62f659e + fac4634 commit b05e7b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flox/aggregations.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,12 +478,6 @@ def _pick_second(*x):
combine="sum",
kind="cumulate",
)
cumprod_ = Aggregation(
"cumprod",
chunk=None,
combine="prod",
kind="cumulate",
)


aggregations = {
Expand Down Expand Up @@ -515,7 +509,6 @@ def _pick_second(*x):
"nanlast": nanlast,
# Cumulatives:
"cumsum": cumsum_,
"cumprod": cumprod_,
}


Expand Down

0 comments on commit b05e7b3

Please sign in to comment.