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

negbin now works with weights. #556

Merged
merged 1 commit into from
May 8, 2024

Conversation

JockLawrie
Copy link
Contributor

negbin with weights is currently broken.
This branch fixes this, so that this works for example: negbin(F, D, args...; wts=wts).
A test case is included.

Copy link

codecov bot commented Apr 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.04%. Comparing base (e2f6c98) to head (e079c8b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #556      +/-   ##
==========================================
+ Coverage   89.86%   90.04%   +0.17%     
==========================================
  Files           8        8              
  Lines        1125     1125              
==========================================
+ Hits         1011     1013       +2     
+ Misses        114      112       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andreasnoack andreasnoack merged commit 0f8418b into JuliaStats:master May 8, 2024
11 of 12 checks passed
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.

2 participants