Skip to content

Commit

Permalink
Backport PR scverse#2932: Remove incorrect docs for aggregate (scvers…
Browse files Browse the repository at this point in the history
…e#2933)

Co-authored-by: Isaac Virshup <[email protected]>
  • Loading branch information
meeseeksmachine and ivirshup authored Mar 19, 2024
1 parent 0dc416f commit 7c1e4cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scanpy/get/_aggregated.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ def aggregate(
in the output `AnnData` object.
If none of `layer`, `obsm`, or `varm` are passed in, `X` will be used for aggregation data.
If `func` only has length 1 or is just an `AggType`, then aggregation data is written to `X`.
Otherwise, it is written to `layers` or `xxxm` as appropriate for the dimensions of the aggregation data.
Params
------
Expand Down

0 comments on commit 7c1e4cc

Please sign in to comment.