(fix): cache indptr
for backed sparse matrices
#1266
+92
−7
Merged
Codecov / codecov/project
succeeded
Jan 11, 2024 in 0s
85.31% (target 1.00%)
View this Pull Request on Codecov
85.31% (target 1.00%)
Details
Codecov Report
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
ab43f8d
) 85.26% compared to head (b448e88
) 85.31%.
Additional details and impacted files
@@ Coverage Diff @@
## main #1266 +/- ##
==========================================
+ Coverage 85.26% 85.31% +0.05%
==========================================
Files 34 34
Lines 5462 5490 +28
==========================================
+ Hits 4657 4684 +27
- Misses 805 806 +1
Files | Coverage Δ | |
---|---|---|
anndata/tests/helpers.py | 96.13% <100.00%> (+0.18%) |
⬆️ |
anndata/_core/sparse_dataset.py | 93.77% <94.73%> (-0.07%) |
⬇️ |
Loading