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 gamma argument order in negative binomial #2024

Merged
merged 3 commits into from May 6, 2023
Merged

Fix gamma argument order in negative binomial #2024

merged 3 commits into from May 6, 2023

Conversation

martinkim0
Copy link
Contributor

Closes #1999

@martinkim0 martinkim0 requested a review from adamgayoso May 5, 2023 23:11
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (dd10393) 88.53% compared to head (531e0b9) 88.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2024      +/-   ##
==========================================
- Coverage   88.53%   88.53%   -0.01%     
==========================================
  Files         141      141              
  Lines       11291    11291              
==========================================
- Hits         9997     9996       -1     
- Misses       1294     1295       +1     
Impacted Files Coverage Δ
scvi/distributions/_negative_binomial.py 88.32% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@martinkim0 martinkim0 enabled auto-merge (squash) May 5, 2023 23:27
@martinkim0 martinkim0 merged commit 4879f3c into main May 6, 2023
7 checks passed
@martinkim0 martinkim0 deleted the nb-bug branch May 6, 2023 08:01
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.

Possible Bug in NegativeBinomial()
2 participants