(feat): read_lazy
for whole AnnData
lazy-loading + xarray
reading + read_elem_as_dask
-> read_elem_lazy
#1247
Codecov / codecov/project
succeeded
Sep 18, 2024 in 0s
84.57% (target 80.00%)
View this Pull Request on Codecov
84.57% (target 80.00%)
Details
Codecov Report
Attention: Patch coverage is 88.81356%
with 33 lines
in your changes missing coverage. Please review.
Project coverage is 84.57%. Comparing base (
34e9783
) to head (97aff04
).
Additional details and impacted files
@@ Coverage Diff @@
## main #1247 +/- ##
==========================================
- Coverage 86.87% 84.57% -2.31%
==========================================
Files 39 44 +5
Lines 6036 6308 +272
==========================================
+ Hits 5244 5335 +91
- Misses 792 973 +181
Files with missing lines | Coverage Δ | |
---|---|---|
src/anndata/_core/anndata.py | 83.77% <100.00%> (+0.04%) |
⬆️ |
src/anndata/_core/merge.py | 83.91% <ø> (-11.08%) |
⬇️ |
src/anndata/_core/views.py | 85.71% <100.00%> (-5.40%) |
⬇️ |
src/anndata/_io/specs/__init__.py | 100.00% <ø> (ø) |
|
src/anndata/_io/specs/registry.py | 95.53% <100.00%> (-0.50%) |
⬇️ |
src/anndata/_io/zarr.py | 83.75% <100.00%> (+0.20%) |
⬆️ |
src/anndata/_types.py | 85.29% <100.00%> (ø) |
|
src/anndata/experimental/__init__.py | 100.00% <100.00%> (ø) |
|
src/anndata/experimental/backed/__init__.py | 100.00% <100.00%> (ø) |
|
src/anndata/experimental/backed/_xarray.py | 100.00% <100.00%> (ø) |
|
... and 8 more |
Loading