We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a9d42 commit dbddb2fCopy full SHA for dbddb2f
src/varinfo.jl
@@ -136,10 +136,6 @@ function VarInfo(
136
# No rng
137
return VarInfo(Random.default_rng(), model, sampler, context)
138
end
139
-function VarInfo(model::Model, sampler::AbstractSampler, context::AbstractContext)
140
- # No rng
141
- return VarInfo(Random.default_rng(), model, sampler, context)
142
-end
143
function VarInfo(rng::Random.AbstractRNG, model::Model, context::AbstractContext)
144
# No sampler
145
return VarInfo(rng, model, SampleFromPrior(), context)
0 commit comments