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
if we have q(x,y)q(z) around a node, and we compute the marginal q(x,y) when one of the incoming messages is PointMass, we return the tuple (x = q_x, y = q_y). This is decomposed only when q(z) is not present.
if we have
q(x,y)q(z)
around a node, and we compute the marginalq(x,y)
when one of the incoming messages isPointMass
, we return the tuple(x = q_x, y = q_y)
. This is decomposed only whenq(z)
is not present.Bug is here:
ReactiveMP.jl/src/score/score.jl
Line 16 in 1d28b19
The dispatch of the
marginals
argument should be wider.The text was updated successfully, but these errors were encountered: