(feat): read_lazy
for whole AnnData
lazy-loading + xarray
reading + read_elem_as_dask
-> read_elem_lazy
#1247
Codecov / codecov/project
succeeded
Nov 7, 2024 in 0s
85.20% (target 80.00%)
View this Pull Request on Codecov
85.20% (target 80.00%)
Details
Codecov Report
Attention: Patch coverage is 95.32294%
with 21 lines
in your changes missing coverage. Please review.
Project coverage is 85.20%. Comparing base (
6ae9de8
) to head (4c00216
).
Additional details and impacted files
@@ Coverage Diff @@
## main #1247 +/- ##
==========================================
- Coverage 86.99% 85.20% -1.79%
==========================================
Files 40 45 +5
Lines 6053 6457 +404
==========================================
+ Hits 5266 5502 +236
- Misses 787 955 +168
Files with missing lines | Coverage Δ | |
---|---|---|
src/anndata/_core/aligned_df.py | 97.87% <100.00%> (+0.09%) |
⬆️ |
src/anndata/_core/anndata.py | 83.77% <100.00%> (+0.04%) |
⬆️ |
src/anndata/_core/index.py | 95.00% <100.00%> (+0.03%) |
⬆️ |
src/anndata/_core/merge.py | 86.00% <100.00%> (-8.98%) |
⬇️ |
src/anndata/_core/views.py | 85.71% <100.00%> (-5.40%) |
⬇️ |
src/anndata/_io/specs/__init__.py | 100.00% <ø> (ø) |
|
src/anndata/_io/zarr.py | 83.75% <100.00%> (+0.20%) |
⬆️ |
src/anndata/_types.py | 86.11% <100.00%> (+0.81%) |
⬆️ |
src/anndata/experimental/__init__.py | 100.00% <100.00%> (ø) |
|
src/anndata/experimental/backed/__init__.py | 100.00% <100.00%> (ø) |
|
... and 9 more |
Loading