Custom neighbor transformers with varying neighbor count and respect knn
#3807
Codecov / codecov/project
succeeded
Dec 8, 2025 in 0s
76.85% (target 75.00%)
View this Pull Request on Codecov
76.85% (target 75.00%)
Details
Codecov Report
❌ Patch coverage is 84.37500% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.85%. Comparing base (f75ac11) to head (fe1ba5e).
✅ All tests successful. No failed tests found.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/scanpy/neighbors/_common.py | 80.00% | 5 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #3807 +/- ##
==========================================
+ Coverage 76.72% 76.85% +0.13%
==========================================
Files 116 116
Lines 12398 12413 +15
==========================================
+ Hits 9512 9540 +28
+ Misses 2886 2873 -13 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/scanpy/neighbors/__init__.py | 80.26% <100.00%> (+0.20%) |
⬆️ |
| src/scanpy/neighbors/_types.py | 100.00% <100.00%> (ø) |
|
| src/scanpy/neighbors/_common.py | 89.70% <80.00%> (+24.79%) |
⬆️ |
Loading