We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565f077 commit dab7704Copy full SHA for dab7704
HISTORY.md
@@ -14,9 +14,8 @@ See https://github.com/TuringLang/DynamicPPL.jl/issues/857 for a full illustrati
14
x ~ Normal()
15
return y ~ Normal()
16
end
17
-inner_conditioned = inner() | (x=1.0,)
18
@model function outer()
19
- return a ~ to_submodel(inner_conditioned)
+ return a ~ to_submodel(inner() | (x=1.0,))
20
21
```
22
0 commit comments