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 |
|
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.
I found one typo, but I promise this is my last comment. Feel free to merge after fixing
I added
This resolves issue #36.