ReactiveBayes / ExponentialFamily.jl

ExponentialFamily.jl is a Julia package that extends the functionality of Distributions.jl by providing a collection of exponential family distributions and customized implementations.
https://reactivebayes.github.io/ExponentialFamily.jl/
MIT License
12 stars 2 forks source link

Fix isapprox for Normal family of distributions #178

Closed bvdmitri closed 8 months ago

bvdmitri commented 8 months ago

This PR fixes wrong isapprox implementation for the Gaussian distributions family

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (058563d) 80.15% compared to head (88308b5) 80.35%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #178 +/- ## ========================================== + Coverage 80.15% 80.35% +0.19% ========================================== Files 39 39 Lines 2897 2901 +4 ========================================== + Hits 2322 2331 +9 + Misses 575 570 -5 ```

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