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

Implement Decipher model in external #3015

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

[pre-commit.ci] auto fixes from pre-commit.com hooks

089037c
Select commit
Loading
Failed to load commit list.
Open

Implement Decipher model in external #3015

[pre-commit.ci] auto fixes from pre-commit.com hooks
089037c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 1s

84.55% (target 85.00%)

View this Pull Request on Codecov

84.55% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 95.07576% with 13 lines in your changes missing coverage. Please review.

Project coverage is 84.55%. Comparing base (c53efe0) to head (089037c).

Files with missing lines Patch % Lines
src/scvi/external/decipher/_module.py 93.40% 6 Missing ⚠️
src/scvi/external/decipher/_components.py 89.36% 5 Missing ⚠️
src/scvi/external/decipher/_trainingplan.py 97.10% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3015      +/-   ##
==========================================
- Coverage   84.81%   84.55%   -0.26%     
==========================================
  Files         173      178       +5     
  Lines       14793    15057     +264     
==========================================
+ Hits        12547    12732     +185     
- Misses       2246     2325      +79     
Files with missing lines Coverage Δ
src/scvi/external/__init__.py 100.00% <100.00%> (ø)
src/scvi/external/decipher/__init__.py 100.00% <100.00%> (ø)
src/scvi/external/decipher/_model.py 100.00% <100.00%> (ø)
src/scvi/external/decipher/_trainingplan.py 97.10% <97.10%> (ø)
src/scvi/external/decipher/_components.py 89.36% <89.36%> (ø)
src/scvi/external/decipher/_module.py 93.40% <93.40%> (ø)

... and 1 file with indirect coverage changes