Fix neighbors transformer shortcut #3444
Closed
Codecov / codecov/project
succeeded
Jan 23, 2025 in 0s
75.50% (target 75.00%)
View this Pull Request on Codecov
75.50% (target 75.00%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 75.50%. Comparing base (
75c246d
) to head (51a9e22
).
Report is 3 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #3444 +/- ##
==========================================
+ Coverage 75.45% 75.50% +0.05%
==========================================
Files 113 114 +1
Lines 13243 13282 +39
==========================================
+ Hits 9992 10029 +37
- Misses 3251 3253 +2
Files with missing lines | Coverage Δ | |
---|---|---|
src/scanpy/neighbors/__init__.py | 80.31% <100.00%> (+0.10%) |
⬆️ |
src/scanpy/neighbors/_backends/pairwise.py | 100.00% <100.00%> (ø) |
|
src/scanpy/neighbors/_types.py | 100.00% <100.00%> (ø) |
Loading