-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running infer due to splatting #240
Comments
Can you try and see if it works as a workaround?
EDIT: ah, sorry, it won't work probably either |
I think its a real issue, but should be fixable. We need to define |
@bvdmitri the problem when I try to define |
Can we transform |
I know the issue with splatting was addressed here, but I am having a trouble with it, when running the
infer
function with the provided PCA model (see below). The following error is encountered:The error occurs at the line:
GraphPPL.jl/src/model_macro.jl
Line 542 in b3ae2a6
The minimum code example to reproduce the error:
The issue appears to be related to the splatting of the
w
array in thePCA_block
function.The text was updated successfully, but these errors were encountered: