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
Another example, which throws a cryptic error message on model creation, but @model macro does not complain
GraphPPL.@modelfunctioncoin_toss_model(x, n + a)
θ ~Beta(4.0, 8.0)
for i in1:n
x[i] ~Bernoulli(θ)
endend
bvdmitri
changed the title
New model specification does not allow type specification
New model specification does not allow complex expressions for input arguments, only ::Symbol
Dec 8, 2023
E.g. this fails
The text was updated successfully, but these errors were encountered: