-
Notifications
You must be signed in to change notification settings - Fork 32
More intuitive constructor names for TypedVarInfo
and UntypedVarInfo
#862
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
Labels
enhancement
New feature or request
Comments
Closed
The SimpleVarInfos need better constructors too imo. |
see also DynamicPPL.jl/src/test_utils/varinfo.jl Lines 17 to 69 in fb5413f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current way to construct typed and untyped
VarInfo
:A more intuitive way would be
See, e.g.: https://github.com/TuringLang/DynamicPPL.jl/pull/861/files#diff-453c0f6cda4a57b858cf8a049aa4e0d01085433ca084c71982ff18da3684e324R38-R46
The text was updated successfully, but these errors were encountered: