From fed45300675a95622d2a2e39423a0e2c856e9b4c Mon Sep 17 00:00:00 2001 From: Xianda Sun Date: Mon, 16 Dec 2024 17:34:54 -0800 Subject: [PATCH] add missing backticks --- src/model.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/model.jl b/src/model.jl index c0489b089..0214d5feb 100644 --- a/src/model.jl +++ b/src/model.jl @@ -1423,6 +1423,7 @@ julia> model = illegal_likelihood() | (a = 1.0,); julia> model() ERROR: ArgumentError: `~` with a model on the right-hand side of an observe statement is not supported [...] +``` """ to_submodel(model::Model, auto_prefix::Bool=true) = to_sampleable(returned(model), auto_prefix)