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

Adding model with cycle consistency and VampPrior #2421

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

bugfix in test for checking cov embeding

df4b335
Select commit
Loading
Failed to load commit list.
Draft

Adding model with cycle consistency and VampPrior #2421

bugfix in test for checking cov embeding
df4b335
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 1s

84.40% (target 85.00%)

View this Pull Request on Codecov

84.40% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 88.20375% with 44 lines in your changes missing coverage. Please review.

Project coverage is 84.40%. Comparing base (c53efe0) to head (df4b335).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/scvi/external/sysvi/_base_components.py 72.17% 32 Missing ⚠️
src/scvi/external/sysvi/_model.py 90.90% 7 Missing ⚠️
src/scvi/external/sysvi/_module.py 97.01% 4 Missing ⚠️
src/scvi/external/sysvi/_priors.py 97.67% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2421      +/-   ##
==========================================
- Coverage   84.81%   84.40%   -0.42%     
==========================================
  Files         173      178       +5     
  Lines       14793    15168     +375     
==========================================
+ Hits        12547    12802     +255     
- Misses       2246     2366     +120     
Files with missing lines Coverage Δ
src/scvi/external/__init__.py 100.00% <100.00%> (ø)
src/scvi/external/sysvi/__init__.py 100.00% <100.00%> (ø)
src/scvi/external/sysvi/_priors.py 97.67% <97.67%> (ø)
src/scvi/external/sysvi/_module.py 97.01% <97.01%> (ø)
src/scvi/external/sysvi/_model.py 90.90% <90.90%> (ø)
src/scvi/external/sysvi/_base_components.py 72.17% <72.17%> (ø)

... and 5 files with indirect coverage changes