Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic OOC guide #1163

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Basic OOC guide #1163

wants to merge 3 commits into from

Conversation

ivirshup
Copy link
Member

@ivirshup ivirshup commented Oct 5, 2023

This PR creates a page that goes over the various ways to work with AnnData objects in storage.

TODO:

  • Combining section
  • Dense dask array examples
    • IO for sparse dask arrays
    • Conversion b/w sparse and dense dask arrays
  • Pick an example dataset to use
  • Make code chunks work
  • Move "Concatenation" doc into guides?

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.12%. Comparing base (a478647) to head (f88f7bd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1163      +/-   ##
==========================================
- Coverage   86.23%   84.12%   -2.12%     
==========================================
  Files          35       35              
  Lines        5592     5592              
==========================================
- Hits         4822     4704     -118     
- Misses        770      888     +118     
Flag Coverage Δ
gpu-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 7 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"How to" for read_elem, write_elem
1 participant