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

[FIX] Raise MAPInferenceEngineError if loss is nan #88

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

felipeangelimvieira
Copy link
Owner

Add an exception to be raised when the optimization of MAP finds NaN values

Closes #39

@felipeangelimvieira felipeangelimvieira added the bug Something isn't working label Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.60%. Comparing base (26f5102) to head (b05c5cc).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
+ Coverage   93.35%   93.60%   +0.25%     
==========================================
  Files          26       26              
  Lines        1173     1188      +15     
==========================================
+ Hits         1095     1112      +17     
+ Misses         78       76       -2     

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

@felipeangelimvieira felipeangelimvieira merged commit 2d41525 into main Jul 15, 2024
14 checks passed
@felipeangelimvieira felipeangelimvieira deleted the fix/raise_error_if_optimization_fails branch July 15, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Model does not raises error when convergence with MAP fails
1 participant