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

Fix missing check for infer function #228

Closed albertpod closed 4 months ago

albertpod commented 4 months ago

We have noticed a missing check for the data in the infer function. Fixed now. Added a few more tests.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 80.32%. Comparing base (09e657f) to head (9cd0d84). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #228 +/- ## ========================================== + Coverage 80.31% 80.32% +0.01% ========================================== Files 11 11 Lines 1290 1291 +1 ========================================== + Hits 1036 1037 +1 Misses 254 254 ```

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