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 681e472 commit 32a5d77Copy full SHA for 32a5d77
src/model.jl
@@ -1423,6 +1423,7 @@ julia> model = illegal_likelihood() | (a = 1.0,);
1423
julia> model()
1424
ERROR: ArgumentError: `~` with a model on the right-hand side of an observe statement is not supported
1425
[...]
1426
+```
1427
"""
1428
to_submodel(model::Model, auto_prefix::Bool=true) =
1429
to_sampleable(returned(model), auto_prefix)
0 commit comments