RequireMessage
errors when interface name equals existing variable
#32
Labels
bug
Something isn't working
Consider the node
@node DemoNode Deterministic [ out, z ]
used in the partial model
The model construction in this case will fail with the error:
Invalid name 'z' for new random variable. 'z' has already been initialized with the '=' operator.
This error is caused by the interface having the same name as the variable.Renaming the variable
z
in the model solves the issue for now.The text was updated successfully, but these errors were encountered: