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
Random variables such as ParamMixture and DirichletProcess are built by instantiating other random variables. complete_conditional will default to trying these other random variables even though it shouldn't. All random variables built inside the class of another should be ignored.