Skip to content

Commit

Permalink
Remove now outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 1, 2024
1 parent a913fc2 commit 3a98ceb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/cudf/cudf/_lib/aggregation.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,6 @@ cdef class GroupbyAggregation:
))

# scan aggregations
# TODO: Probably want to manage aggregations that are only supported by
# groupby scan and not groupby aggregate by putting them in separate
# namespaces so that aggregate users don't try and access something like
# cumcount.
@classmethod
def cumcount(cls):
return cls.count(False)
Expand Down

0 comments on commit 3a98ceb

Please sign in to comment.