feat: implement Decipher model in external #3015
Merged
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%> (ø) |
Loading