You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can be removed without regression now that we have fix(model, (var=...)). The semantics of NoDist and fix are identical, while fix is more compositional and avoids hardcoding fixed variable information in model specification.
The text was updated successfully, but these errors were encountered:
DynamicPPL.jl/src/distribution_wrappers.jl
Lines 32 to 35 in d0cfaaf
can be removed without regression now that we have
fix(model, (var=...))
. The semantics ofNoDist
andfix
are identical, whilefix
is more compositional and avoids hardcoding fixed variable information in model specification.The text was updated successfully, but these errors were encountered: