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

Fix poisson node #221

Closed ThijsvdLaar closed 1 year ago

ThijsvdLaar commented 1 year ago

Fixes #220, an approximation error in the Poisson node.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 :tada:

Comparison is base (17f2755) 87.23% compared to head (71c0894) 87.26%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #221 +/- ## ========================================== + Coverage 87.23% 87.26% +0.03% ========================================== Files 97 97 Lines 4645 4657 +12 ========================================== + Hits 4052 4064 +12 Misses 593 593 ``` | [Impacted Files](https://app.codecov.io/gh/biaslab/ForneyLab.jl/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab) | Coverage Δ | | |---|---|---| | [src/factor\_nodes/poisson.jl](https://app.codecov.io/gh/biaslab/ForneyLab.jl/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL2ZhY3Rvcl9ub2Rlcy9wb2lzc29uLmps) | `95.23% <100.00%> (+1.90%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.