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
julia>@modelfunctiong()
x ~Normal()
y ~Normal()
end
g (generic function with 2 methods)
julia>g() | (@varname(x) =>1.0, @varname(y) =>2.0)
ERROR: MethodError: no method matching _make_conditioning_values(::Tuple{Pair{VarName{…}, Float64}, Pair{VarName{…}, Float64}})
The function`_make_conditioning_values` exists, but no method is defined for this combination of argument types.