Closed bvdmitri closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.99%. Comparing base (
f5401c8
) to head (83be7ff
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #359
This pull request includes an update to the
docs/src/manuals/model-specification.md
to clarify the correct syntax for creating deterministic relationships inRxInfer
. The most important change is the addition of a new section explaining the use of the:=
operator for deterministic relationships.Documentation update:
docs/src/manuals/model-specification.md
: Added a new section titled "Deterministic relationships" to explain the use of the:=
operator for creating deterministic relationships between (latent) variables, with an example provided.