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

Speed up categorical regressor with numba #3353

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

remove int fix

1dae8f4
Select commit
Loading
Failed to load commit list.
Open

Speed up categorical regressor with numba #3353

remove int fix
1dae8f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 18, 2025 in 0s

75.40% (target 75.00%)

View this Pull Request on Codecov

75.40% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 42.85714% with 8 lines in your changes missing coverage. Please review.

Project coverage is 75.40%. Comparing base (cce4bd6) to head (1dae8f4).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/scanpy/preprocessing/_simple.py 42.85% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3353      +/-   ##
==========================================
- Coverage   75.44%   75.40%   -0.05%     
==========================================
  Files         113      113              
  Lines       13250    13259       +9     
==========================================
+ Hits         9997     9998       +1     
- Misses       3253     3261       +8     
Files with missing lines Coverage Δ
src/scanpy/preprocessing/_simple.py 88.39% <42.85%> (-1.76%) ⬇️