We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The old version supported the following syntax
@constraints function constraints_mv_iid_wishart() q(m, P) = q(m)q(P) end
both for @meta and @constraints. The new implementation should support these as well.
@meta
@constraints
The text was updated successfully, but these errors were encountered:
E.g. we were be able to write this
@constraints function constraints_with_condition(condition) if condition q(m, P) = q(m)q(P) end end
Sorry, something went wrong.
wouterwln
When branches are created from issues, their pull requests are automatically linked.
The old version supported the following syntax
both for
@meta
and@constraints
. The new implementation should support these as well.The text was updated successfully, but these errors were encountered: