File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1292,8 +1292,8 @@ This is mainly meant to be used on the right-hand side of a `~` operator to indi
1292
1292
the model can be sampled from but not necessarily evaluated for its log density.
1293
1293
1294
1294
!!! warning
1295
- Note that other operations that one typically associate with expressions of the form `left ~ right`
1296
- such as [`condition`](@ref) or [`fix `](@ref), will also not work with `to_submodel`.
1295
+ Note that some other operations that one typically associate with expressions of the form
1296
+ `left ~ right` such as [`condition `](@ref), will also not work with `to_submodel`.
1297
1297
1298
1298
!!! warning
1299
1299
To avoid variable names clashing between models, it is recommend leave argument `auto_prefix` equal to `true`.
You can’t perform that action at this time.
0 commit comments