-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix #499 #533
Conversation
something went wrong with merging, I will fix this now, sorry! |
Codecov Report
@@ Coverage Diff @@
## develop #533 +/- ##
===========================================
+ Coverage 90.76% 90.79% +0.02%
===========================================
Files 65 65
Lines 4212 4214 +2
===========================================
+ Hits 3823 3826 +3
+ Misses 389 388 -1
Continue to review full report at Codecov.
|
now should be fine to review 👍 |
This is a bug that I found while performing sampling. Also reported in #499
In the matlab PESTO, if a failed log posterior evaluation happened, i.e., returning NaN, the log posterior value would be set to -Inf.
This exception was missing in the current pyPESTO implementation, now added.