scvi-tools icon indicating copy to clipboard operation
scvi-tools copied to clipboard

Add latent mode support in SCVI

Open watiss opened this issue 3 years ago • 1 comments

Fixes https://github.com/scverse/scvi-tools/issues/1663

watiss avatar Sep 13 '22 18:09 watiss

Codecov Report

Base: 91.19% // Head: 91.31% // Increases project coverage by +0.11% :tada:

Coverage data is based on head (e0e7d8c) compared to base (b39fdb3). Patch coverage: 93.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1672      +/-   ##
==========================================
+ Coverage   91.19%   91.31%   +0.11%     
==========================================
  Files         114      116       +2     
  Lines        9458     9609     +151     
==========================================
+ Hits         8625     8774     +149     
- Misses        833      835       +2     
Impacted Files Coverage Δ
scvi/model/_multivi.py 86.11% <ø> (ø)
scvi/module/_multivae.py 84.64% <ø> (ø)
scvi/module/base/__init__.py 100.00% <ø> (ø)
scvi/model/base/_base_model.py 92.25% <84.61%> (-0.41%) :arrow_down:
scvi/module/base/_base_module.py 88.88% <89.47%> (ø)
scvi/model/_scvi.py 95.45% <91.17%> (-4.55%) :arrow_down:
scvi/module/_vae.py 96.53% <91.30%> (-0.66%) :arrow_down:
scvi/data/fields/_uns_field.py 92.85% <92.85%> (ø)
scvi/_types.py 100.00% <100.00%> (ø)
scvi/data/_constants.py 100.00% <100.00%> (ø)
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 17 '22 03:09 codecov[bot]