ReactiveBayes / GraphPPL.jl

DSL for probabilistic models specification and probabilistic programming.
MIT License
27 stars 4 forks source link

Fold data/const variables automatically with anonymous deterministic fform #196

Closed bvdmitri closed 3 months ago

bvdmitri commented 3 months ago

This PR re-implements a previously available feature within GraphPPL where data/const variables were creating data variable when used with anonymous deterministic fform

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.17647% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 92.08%. Comparing base (da59937) to head (3305358). Report is 1 commits behind head on dev-4.0.0.

Files Patch % Lines
src/graph_engine.jl 91.17% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-4.0.0 #196 +/- ## ============================================= - Coverage 92.13% 92.08% -0.06% ============================================= Files 15 15 Lines 1882 1907 +25 ============================================= + Hits 1734 1756 +22 - Misses 148 151 +3 ```

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