Skip to content

feat: make use_rep accept anndata.acc - #4315

Merged
flying-sheep merged 5 commits into
mainfrom
use-rep-future
Aug 27, 2026
Merged

feat: make use_rep accept anndata.acc#4315
flying-sheep merged 5 commits into
mainfrom
use-rep-future

ban var for now

abb365f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2026 in 1s

80.14% (target 75.00%)

View this Pull Request on Codecov

80.14% (target 75.00%)

Details

Codecov Report

❌ Patch coverage is 88.37209% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.14%. Comparing base (e6269f5) to head (abb365f).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/scanpy/tools/_ingest.py 61.53% 5 Missing ⚠️
src/scanpy/tools/_utils.py 88.46% 3 Missing ⚠️
src/scanpy/get/get.py 94.11% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4315      +/-   ##
==========================================
+ Coverage   80.08%   80.14%   +0.06%     
==========================================
  Files         133      133              
  Lines       13424    13478      +54     
==========================================
+ Hits        10750    10802      +52     
- Misses       2674     2676       +2     
Files with missing lines Coverage Δ
src/scanpy/neighbors/__init__.py 81.54% <100.00%> (+0.05%) ⬆️
src/scanpy/neighbors/_doc.py 100.00% <100.00%> (ø)
src/scanpy/neighbors/_types.py 100.00% <100.00%> (ø)
src/scanpy/tools/_dendrogram.py 82.97% <100.00%> (+0.37%) ⬆️
src/scanpy/tools/_tsne.py 75.55% <100.00%> (+0.55%) ⬆️
src/scanpy/tools/_umap.py 86.53% <100.00%> (+0.26%) ⬆️
src/scanpy/get/get.py 89.88% <94.11%> (+0.42%) ⬆️
src/scanpy/tools/_utils.py 90.24% <88.46%> (+3.28%) ⬆️
src/scanpy/tools/_ingest.py 80.93% <61.53%> (-0.10%) ⬇️