ReactiveBayes / ExponentialFamilyProjection.jl

A library to project an arbitrary function to an exponential family member distribution with the manifold optimization
MIT License
9 stars 0 forks source link

Extreme projection tests #15

Closed Nimrais closed 4 months ago

Nimrais commented 4 months ago

During my review, I added a small test that checks for target functions with extremely small variance to ensure the projection does not give NaNs.

In the main branch these tests fail.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.00%. Comparing base (8f7e181) to head (4b5815d). Report is 8 commits behind head on dev-bounded-direction.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-bounded-direction #15 +/- ## ====================================================== Coverage 99.00% 99.00% ====================================================== Files 5 5 Lines 201 201 ====================================================== Hits 199 199 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.