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
#TODO if (we are going to create a top-level Sampler) && !isempty(alg.space)
56
-
iffalse&&!isempty(alg.space)
55
+
if parent ==SampleFromPrior() &&!isempty(alg.space)
57
56
@assertissubset(Set(get_pvars(model)), alg.space) "[$alg_str] symbols specified to samplers ($alg.space) doesn't cover the model parameters ($(Set(get_pvars(model))))"
58
57
ifSet(get_pvars(model)) != alg.space
59
58
warn("[$alg_str] extra parameters specified by samplers don't exist in model: $(setdiff(alg.space, Set(get_pvars(model))))")
@@ -65,7 +64,7 @@ function Sampler(alg::MH, model::Model)
0 commit comments