-
Notifications
You must be signed in to change notification settings - Fork 4
split r-hat #37
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
split r-hat #37
Conversation
Codecov Report
@@ Coverage Diff @@
## main #37 +/- ##
==========================================
+ Coverage 97.91% 98.10% +0.18%
==========================================
Files 11 11
Lines 288 316 +28
==========================================
+ Hits 282 310 +28
Misses 6 6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
I can update for 100% coverage of the tests. And apply |
WardBrian
left a comment
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.
A few minor comments
|
This is ready to review. Failures are all in MCMC tests, not in the rhat stuff I added. This is all updated with 100% coverage tests. I just added split_rhat and rank_normalized_rhat to the same rhat.py file. The doc has full definitions and pointers to the original references. |
|
@jsoules and @WardBrian. Thanks for all the comments. I'll learn Python one PR at a time. I made all the fixes I could understand and marked them as resolved. There are a couple points I didn't know how to fix and I would really appreciate guidance. |
27 of them and counting. :-(. There are two remaining concerns that I do not know how to address: |
WardBrian
left a comment
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.
I found one typo, but I promise this is my last comment. Feel free to merge after fixing
I added
This resolves issue #36.