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

fix get_likelihood_parameter() bug #967

Merged
merged 2 commits into from
Mar 2, 2021
Merged

Conversation

galenxing
Copy link
Contributor

Fixes #874

@codecov
Copy link

codecov bot commented Mar 2, 2021

Codecov Report

Merging #967 (116db7c) into master (d659995) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #967      +/-   ##
==========================================
+ Coverage   89.60%   89.63%   +0.03%     
==========================================
  Files          87       87              
  Lines        6126     6129       +3     
==========================================
+ Hits         5489     5494       +5     
+ Misses        637      635       -2     
Impacted Files Coverage Δ
scvi/model/base/_rnamixin.py 92.43% <100.00%> (+0.12%) ⬆️
scvi/module/_vae.py 92.85% <0.00%> (+0.95%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d659995...116db7c. Read the comment docs.

@adamgayoso adamgayoso merged commit 87e7694 into master Mar 2, 2021
@adamgayoso adamgayoso deleted the likelihood_param_bug branch March 2, 2021 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in get_likelihood_parameters with dispersion="gene-cell"
2 participants