-
Notifications
You must be signed in to change notification settings - Fork 98
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
Propagate NaNs and update tests #260
Conversation
This PR will close #259. |
@devmotion - if you're happy with this I don't know if you want me to bump the package patch version in the PR as well? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #260 +/- ##
===========================================
+ Coverage 78.73% 95.86% +17.13%
===========================================
Files 10 10
Lines 602 944 +342
===========================================
+ Hits 474 905 +431
+ Misses 128 39 -89 ☔ View full report in Codecov by Sentry. |
Okay, thanks. I've added back in testing of differing input types for GKL and new testing for KL divergences. |
…ces.jl into rr/kl_fix # Conflicts: # Project.toml
Okay @devmotion, I've merged your changes (thanks). I was also trying to fix stdlib dependency issues for a new package release and I reinvented part of #258, so I've merged it in including bumping the package version. If you're happy with that, I'm done now (I hope!). |
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.
Looks good to me, thank you!
This PR will close #259.