From 562658199825252d0c7b9d16f74f558118dfb7af Mon Sep 17 00:00:00 2001 From: Xianda Sun <5433119+sunxd3@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:53:55 +0000 Subject: [PATCH] Update src/model.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/model.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/model.jl b/src/model.jl index 3fbcc0029..537bfccc7 100644 --- a/src/model.jl +++ b/src/model.jl @@ -381,7 +381,9 @@ function AbstractPPL.condition( end end - new_model = BUGSModel(model, g, new_parameters, sorted_blanket_with_vars, evaluation_env) + new_model = BUGSModel( + model, g, new_parameters, sorted_blanket_with_vars, evaluation_env + ) return BangBang.setproperty!!(new_model, :g, g) end