(chore): adopt scientific python deprecation schedule #1768
Codecov / codecov/project
succeeded
Feb 3, 2025 in 1s
83.54% (target 80.00%)
View this Pull Request on Codecov
83.54% (target 80.00%)
Details
Codecov Report
Attention: Patch coverage is 96.22642%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 83.54%. Comparing base (
8a1ba88
) to head (3351c43
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/anndata/_core/merge.py | 94.44% | 1 Missing |
src/anndata/tests/helpers.py | 87.50% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1768 +/- ##
==========================================
- Coverage 86.13% 83.54% -2.59%
==========================================
Files 41 40 -1
Lines 6277 6231 -46
==========================================
- Hits 5407 5206 -201
- Misses 870 1025 +155
Files with missing lines | Coverage Δ | |
---|---|---|
src/anndata/__init__.py | 100.00% <100.00%> (ø) |
|
src/anndata/_core/aligned_mapping.py | 93.41% <100.00%> (-0.03%) |
⬇️ |
src/anndata/_core/anndata.py | 81.63% <100.00%> (ø) |
|
src/anndata/_core/index.py | 93.60% <100.00%> (ø) |
|
src/anndata/_core/raw.py | 75.88% <100.00%> (-4.26%) |
⬇️ |
src/anndata/_core/sparse_dataset.py | 92.14% <100.00%> (ø) |
|
src/anndata/_io/h5ad.py | 92.68% <ø> (ø) |
|
src/anndata/_io/specs/methods.py | 88.36% <100.00%> (-0.41%) |
⬇️ |
src/anndata/_io/utils.py | 76.15% <100.00%> (-0.19%) |
⬇️ |
src/anndata/_settings.py | 93.52% <100.00%> (-0.60%) |
⬇️ |
... and 4 more |
Loading