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

(feat): seurat v3 with dask #3340

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

(fix): use `.any()` to prevent erroneous computation

f83e3f3
Select commit
Loading
Failed to load commit list.
Draft

(feat): seurat v3 with dask #3340

(fix): use `.any()` to prevent erroneous computation
f83e3f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

76.62% (target 75.00%)

View this Pull Request on Codecov

76.62% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 96.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 76.62%. Comparing base (d0adc25) to head (f83e3f3).
Report is 24 commits behind head on main.

Files with missing lines Patch % Lines
src/scanpy/preprocessing/_highly_variable_genes.py 96.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3340      +/-   ##
==========================================
+ Coverage   76.59%   76.62%   +0.02%     
==========================================
  Files         111      111              
  Lines       12827    12880      +53     
==========================================
+ Hits         9825     9869      +44     
- Misses       3002     3011       +9     
Files with missing lines Coverage Δ
src/scanpy/_utils/__init__.py 76.24% <100.00%> (+0.04%) ⬆️
src/scanpy/preprocessing/_highly_variable_genes.py 95.91% <96.29%> (+0.67%) ⬆️

... and 3 files with indirect coverage changes