ReactiveBayes / RxInfer.jl

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

Doc update on `FullFactorisation` following its name change to `BetheFactoridation` #237

Closed Raphael-Tresor closed 3 months ago

Raphael-Tresor commented 4 months ago

Change on page /docs/src/manuals/model-specification part ####Factorisation-constraint-option :

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.42%. Comparing base (495baa7) to head (6b0cdc1).

Files Patch % Lines
src/graphppl.jl 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #237 +/- ## ========================================== - Coverage 80.32% 79.42% -0.90% ========================================== Files 11 11 Lines 1291 1293 +2 ========================================== - Hits 1037 1027 -10 - Misses 254 266 +12 ```

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

bvdmitri commented 4 months ago

Hey @Raphael-Tresor , thanks for taking over this. Please take a look at this guide to test this change together with the dev-ed version of ReactiveMP (basically you need to use make devtest for that, but first you need to ] dev all the core packages, let me know if you have an issue with that)

bvdmitri commented 3 months ago

Thanks @Raphael-Tresor !