-
Notifications
You must be signed in to change notification settings - Fork 56
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
Update probabilities with noise #153
Conversation
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 924 939 +15
=========================================
+ Hits 924 939 +15
Continue to review full report at Codecov.
|
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 @nquesada! Just minor questions
Co-Authored-By: Josh Izaac <josh146@gmail.com>
Add the function
update_probabilities_with_noise
that does what the name says. It also adds tests and updates the changelog.