-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Report
Currently, our pre-processing code only supports the .obs
and .X
attributes. If an input anndata object contains other attributes e.g. .obsm
or .raw
, the preprocessing code becomes very slow.
We should update the code above or raise an error in this case.
As far as I remember, the code become significantly slower when shuffling the shard via adata_chunk = adata_chunk[idxs, :]
. That's why implemented the code in the current way. Perhaps this problem got solved?
Versions
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working