Conversation
anndata.experimental.read_lazy fixesanndata.experimental.read_lazy index fixes (checking uniqueness + unnecessary dask loading)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2419 +/- ##
==========================================
- Coverage 87.44% 85.49% -1.95%
==========================================
Files 49 49
Lines 7736 7731 -5
==========================================
- Hits 6765 6610 -155
- Misses 971 1121 +150
|
…anndata into ig/speed_up_index_creation_lazy
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…(checking uniqueness + unnecessary dask loading) (#2420)
Going through
daskis unnecessary when the index is being read into memory. And checking for uniqueness should not be globally switched if it is not necessary i.e., if someone is loading their annotation index, it should not be turned on by us.