Skip to content

Commit

Permalink
Update src/model.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sunxd3 and github-actions[bot] authored Oct 27, 2024
1 parent a1443e8 commit 5626581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5626581

Please sign in to comment.