Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix neighbors transformer shortcut #3444

Closed
wants to merge 7 commits into from

add test

51a9e22
Select commit
Loading
Failed to load commit list.
Closed

Fix neighbors transformer shortcut #3444

add test
51a9e22
Select commit
Loading
Failed to load commit list.
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%> (ø)

... and 1 file with indirect coverage changes