Skip to content

Commit 5d5779b

Browse files
committed
Update comment
1 parent 717011b commit 5d5779b

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
@@ -48,7 +48,7 @@ function SliceSampling.initial_sample(rng::Random.AbstractRNG, ℓ::Turing.LogDe
4848
@warn "Failed to find valid initial parameters after $(init_attempt_count) attempts; consider providing explicit initial parameters using the `initial_params` keyword"
4949
end
5050

51-
# NOTE: This will sample in the unconstrained space.
51+
# NOTE: This will sample in the unconstrained space if ℓ.varinfo is linked
5252
vi_spl = last(
5353
Turing.DynamicPPL.init!!(
5454
rng, model, vi, Turing.InitFromUniform()

0 commit comments

Comments
 (0)