Skip to content

Commit 46a9d42

Browse files
committed
Fix methods
1 parent 52a017a commit 46a9d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/varinfo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function VarInfo(
136136
# No rng
137137
return VarInfo(Random.default_rng(), model, sampler, context)
138138
end
139-
function VarInfo(rng::Random.AbstractRNG, model::Model, context::AbstractContext)
139+
function VarInfo(model::Model, sampler::AbstractSampler, context::AbstractContext)
140140
# No rng
141141
return VarInfo(Random.default_rng(), model, sampler, context)
142142
end

0 commit comments

Comments
 (0)