ReactiveBayes / RxInfer.jl

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

Reorganisation of examples #138

Closed albertpod closed 1 year ago

albertpod commented 1 year ago

This PR addresses #97

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[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (92d325a) 81.22% compared to head (2573579) 81.22%.

:exclamation: Current head 2573579 differs from pull request most recent head a275810. Consider uploading reports for the commit a275810 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #138 +/- ## ======================================= Coverage 81.22% 81.22% ======================================= Files 11 11 Lines 1209 1209 ======================================= Hits 982 982 Misses 227 227 ```

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

bartvanerp commented 1 year ago

Now also fixes #136.

albertpod commented 1 year ago

ping @bvdmitri

The reorganization is completed.

albertpod commented 1 year ago

kind ping @bvdmitri

bvdmitri commented 1 year ago

ping @albertpod @bartvanerp

I fixed the script that generates the examples and the documentation. The layout of the .meta.jl has been changed. Could you please add descriptions for each sub-category (except hidden_examples) and verify/improve descriptions of each example? For example the description of the Autoregressive Models example is outdated.