Skip to content

Commit be43178

Browse files
committed
format
1 parent 44de81c commit be43178

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/gibbs_example/gibbs.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ function AbstractMCMC.step(
7676
Tuple([vi[g] for g in group_complement])
7777
)
7878
cond_logdensity = condition(logdensity_model.logdensity, cond_val)
79-
sub_state = recompute_logprob!!(cond_logdensity, AbstractMCMC.get_params(sub_state), sub_state)
79+
sub_state = recompute_logprob!!(
80+
cond_logdensity, AbstractMCMC.get_params(sub_state), sub_state
81+
)
8082
sub_state = last(
8183
AbstractMCMC.step(
8284
rng,

0 commit comments

Comments
 (0)