Skip to content

Commit e7023b1

Browse files
apply formatter
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70609f9 commit e7023b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multivariate/gibbspolar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ function AbstractMCMC.step(
194194
x = θ * r
195195

196196
ℓp = LogDensityProblems.logdensity(logdensitymodel, x)
197-
t = Transition(x, ℓp, (num_radius_proposals = n_props_r, num_direction_proposals = n_props_θ))
197+
t = Transition(x, ℓp, (num_radius_proposals=n_props_r, num_direction_proposals=n_props_θ))
198198
return t, GibbsPolarSliceState(t, θ, r)
199199
end

0 commit comments

Comments
 (0)