Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Aug 23, 2024
1 parent 44de81c commit be43178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/gibbs_example/gibbs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ function AbstractMCMC.step(
Tuple([vi[g] for g in group_complement])
)
cond_logdensity = condition(logdensity_model.logdensity, cond_val)
sub_state = recompute_logprob!!(cond_logdensity, AbstractMCMC.get_params(sub_state), sub_state)
sub_state = recompute_logprob!!(
cond_logdensity, AbstractMCMC.get_params(sub_state), sub_state
)
sub_state = last(
AbstractMCMC.step(
rng,
Expand Down

0 comments on commit be43178

Please sign in to comment.