-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
correct docstrings in Binomial Class #5952
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
Conversation
@OriolAbril @cluhmann @twiecki @symeneses Some general questions I have when reviewing this:
|
Hi @reshamas,
|
Thanks for the PR @SangamSwadiK! It looks great! The only change needed to merge the PR is adding the context arg to the @reshamas and other reviewers
|
I've updated with close-figs context. |
Thanks @OriolAbril for explanation on those points. |
Codecov Report
@@ Coverage Diff @@
## main #5952 +/- ##
==========================================
- Coverage 89.54% 86.84% -2.70%
==========================================
Files 73 73
Lines 13271 13271
==========================================
- Hits 11883 11525 -358
- Misses 1388 1746 +358
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. I was just double-checking the type of n
. But everything looks good to me!
What is this PR about?
This PR updates docstrings of Binomial for numpydoc compliance
Issue: #5459
Checklist
Major / Breaking Changes
None
Bugfixes / New features
None
Docs / Maintenance
Updates parameters of Binomial Class for numpydoc compliance as per #5459
#DataUmbrellaPyMCSprint2022 @reshamas