-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Graphviz does not properly show observed ConstantData
when subjected to intermediate Ops
#5795
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
Comments
I don't know the internals of model_graph, but one thing worth noting is that data only exists in the logp graph (as do other elements like potentials). |
On my end, I'm not as familiar with the internals of the initialization of the logp graph under a |
not 100% sure, but this is cropping up quite a bit. Eg Personally, I think this is a relatively high priority defect |
Can try to have a closer look before the weekend. Thanks for sharing! |
I will submit a PR that would close this issue, but I am doubtful that it would fix this problem (which should be very fixable). I will investigate further soon. |
Uh oh!
There was an error while loading. Please reload this page.
yields
In other words, there should be an arrow from
response
todata
. This is becausemodel["data"].tag.observations
is in fact anElemwise
operation rather thandata
as defined under the context manager. I don't think that this was broken from the recently merged PR #5634.The text was updated successfully, but these errors were encountered: