Skip to content

Commit ed3eb07

Browse files
run formatter
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8068057 commit ed3eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/SliceSamplingTuringExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function SliceSampling.initial_sample(rng::Random.AbstractRNG, ℓ::Turing.LogDe
5656
rng, model, vi, Turing.SampleFromUniform()
5757
),
5858
)
59-
θ = vi_spl[:]
59+
θ = vi_spl[:]
6060
ℓp = LogDensityProblems.logdensity(ℓ, θ)
6161

6262
if all(isfinite.(θ)) && isfinite(ℓp)

0 commit comments

Comments
 (0)