Skip to content
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

Prevent overflow in gaussian log-likelihood #59

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

sritchie
Copy link
Collaborator

@sritchie sritchie commented Dec 1, 2023

Before this fix, our gen-finance demo was overflowing during importance sampling.

@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eefa9af) 71.67% compared to head (0df7ec7) 71.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
- Coverage   71.67%   71.55%   -0.13%     
==========================================
  Files          19       19              
  Lines        1038     1037       -1     
  Branches       22       23       +1     
==========================================
- Hits          744      742       -2     
  Misses        272      272              
- Partials       22       23       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sritchie sritchie merged commit 0b015ab into main Dec 12, 2023
4 checks passed
@sritchie sritchie deleted the sritchie/no_overflow branch December 12, 2023 19:23
Copy link

@georgematheos georgematheos left a 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants