biaslab / ForneyLab.jl

Julia package for automatically generating Bayesian inference algorithms through message passing on Forney-style factor graphs.
MIT License
149 stars 35 forks source link

Fix gaussian update #203

Closed ThijsvdLaar closed 2 years ago

ThijsvdLaar commented 2 years ago

Fixes #198 , big thanks to @bvdmitri and @bartvanerp

codecov-commenter commented 2 years ago

Codecov Report

Merging #203 (f4005e9) into master (c96dac5) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #203   +/-   ##
=======================================
  Coverage   87.14%   87.14%           
=======================================
  Files          97       97           
  Lines        4614     4614           
=======================================
  Hits         4021     4021           
  Misses        593      593           
Impacted Files Coverage Δ
src/engines/julia/update_rules/gaussian_moments.jl 92.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c96dac5...f4005e9. Read the comment docs.