ReactiveBayes / RxInfer.jl

Julia package for automated Bayesian inference on a factor graph with reactive message passing
MIT License
273 stars 23 forks source link

Add addons #20

Closed bartvanerp closed 1 year ago

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov-commenter commented 1 year ago

Codecov Report

Base: 77.16% // Head: 76.58% // Decreases project coverage by -0.58% :warning:

Coverage data is based on head (c243baa) compared to base (a7b6aea). Patch coverage: 70.17% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #20 +/- ## ========================================== - Coverage 77.16% 76.58% -0.59% ========================================== Files 10 10 Lines 1165 1200 +35 ========================================== + Hits 899 919 +20 - Misses 266 281 +15 ``` | [Impacted Files](https://codecov.io/gh/biaslab/RxInfer.jl/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab) | Coverage Δ | | |---|---|---| | [src/constraints/form/form\_point\_mass.jl](https://codecov.io/gh/biaslab/RxInfer.jl/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL2NvbnN0cmFpbnRzL2Zvcm0vZm9ybV9wb2ludF9tYXNzLmps) | `75.00% <0.00%> (-12.10%)` | :arrow_down: | | [src/model.jl](https://codecov.io/gh/biaslab/RxInfer.jl/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL21vZGVsLmps) | `84.91% <76.00%> (-1.56%)` | :arrow_down: | | [src/inference.jl](https://codecov.io/gh/biaslab/RxInfer.jl/pull/20/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab#diff-c3JjL2luZmVyZW5jZS5qbA==) | `74.95% <77.77%> (-0.16%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biaslab)

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

bvdmitri commented 1 year ago

Thanks @bartvanerp !