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

Initialization macro bug fix #313

Closed wouterwln closed 4 weeks ago

wouterwln commented 4 weeks ago

There were some bugs in the @initialization macro, especially a missing warning message when you initialize a variable twice. Thanks @Sepideh-Adamiat for spotting!

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.62%. Comparing base (736e74b) to head (c9ea043).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #313 +/- ## ========================================== + Coverage 84.51% 84.62% +0.11% ========================================== Files 18 18 Lines 1466 1470 +4 ========================================== + Hits 1239 1244 +5 + Misses 227 226 -1 ```

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