v0.35.3
DynamicPPL v0.35.3
model | (@varname(x) => 1.0, @varname(y) => 2.0)
now works. Previously, this would throw a MethodError
if the tuple had more than one element.
model | (@varname(x) => 1.0, @varname(y) => 2.0)
now works. Previously, this would throw a MethodError
if the tuple had more than one element.