biaslab / ForneyLab.jl

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

Write And node demo #206

Closed ThijsvdLaar closed 2 years ago

ThijsvdLaar commented 2 years ago

This PR implements an And node demo, as requested in #29 and #100

codecov-commenter commented 2 years ago

Codecov Report

Merging #206 (057512a) into master (d286aca) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #206   +/-   ##
=======================================
  Coverage   87.29%   87.29%           
=======================================
  Files          97       97           
  Lines        4645     4645           
=======================================
  Hits         4055     4055           
  Misses        590      590           

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 d286aca...057512a. Read the comment docs.

albertpod commented 2 years ago

Great work @ThijsvdLaar !

albertpod commented 2 years ago

Ready for merge!