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

Restore error message for unparametrized Normal/MvNormal/Gamma #364

Closed bvdmitri closed 9 hours ago

bvdmitri commented 1 day ago

Fixes #360

This pull request includes changes to the GraphPPL library interface to ensure that certain distributions cannot be constructed without keyword arguments, and corresponding tests to verify this behavior.

Changes to GraphPPL library:

Test additions:

codecov[bot] commented 1 day ago

Codecov Report

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

Project coverage is 85.19%. Comparing base (d4a202e) to head (1c0e49b). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #364 +/- ## ========================================== + Coverage 84.99% 85.19% +0.19% ========================================== Files 20 20 Lines 1526 1526 ========================================== + Hits 1297 1300 +3 + Misses 229 226 -3 ```

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