Skip to content

Commit dab7704

Browse files
penelopeysmyebai
andauthored
Update changelog
Co-authored-by: Hong Ge <[email protected]>
1 parent 565f077 commit dab7704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ See https://github.com/TuringLang/DynamicPPL.jl/issues/857 for a full illustrati
1414
x ~ Normal()
1515
return y ~ Normal()
1616
end
17-
inner_conditioned = inner() | (x=1.0,)
1817
@model function outer()
19-
return a ~ to_submodel(inner_conditioned)
18+
return a ~ to_submodel(inner() | (x=1.0,))
2019
end
2120
```
2221

0 commit comments

Comments
 (0)