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: implement Decipher model in external #3015

Merged
merged 51 commits into from
Nov 13, 2024

move change in changelog to 1.3.0

d8c5ac4
Select commit
Loading
Failed to load commit list.
Merged

feat: implement Decipher model in external #3015

move change in changelog to 1.3.0
d8c5ac4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 1s

84.52% (target 85.00%)

View this Pull Request on Codecov

84.52% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 97.62846% with 6 lines in your changes missing coverage. Please review.

Project coverage is 84.52%. Comparing base (2046e7c) to head (d8c5ac4).

Files with missing lines Patch % Lines
src/scvi/external/decipher/_components.py 91.48% 4 Missing ⚠️
src/scvi/external/decipher/_trainingplan.py 97.10% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3015      +/-   ##
==========================================
+ Coverage   84.30%   84.52%   +0.22%     
==========================================
  Files         173      178       +5     
  Lines       14795    15048     +253     
==========================================
+ Hits        12473    12720     +247     
- Misses       2322     2328       +6     
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/_module.py 100.00% <100.00%> (ø)
src/scvi/external/decipher/_trainingplan.py 97.10% <97.10%> (ø)
src/scvi/external/decipher/_components.py 91.48% <91.48%> (ø)