ReactiveBayes / RxInfer.jl

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

Dev documentation addons #123

Closed wmkouw closed 1 year ago

wmkouw commented 1 year ago

This PR adds a page (Debugging.md) to the documentation explaining how the MemoryAddon works and how it could be used to gain insight into an unexpected inference result.

Work by @Sepideh-Adamiat and myself on biaslab/ReactiveMP.jl#162

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b692f5c) 80.29% compared to head (d762199) 80.29%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #123 +/- ## ======================================= Coverage 80.29% 80.29% ======================================= Files 11 11 Lines 1208 1208 ======================================= Hits 970 970 Misses 238 238 ```

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

wmkouw commented 1 year ago

Thanks for the edits, Bart.