Skip to content

Commit

Permalink
Update sampler.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Oct 27, 2023
1 parent 3a2502f commit 9a2d2e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/sampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@ end

# initial step: general interface for resuming and
function AbstractMCMC.step(
rng::Random.AbstractRNG,
model::Model,
spl::Sampler;
initial_params=nothing,
kwargs...,
rng::Random.AbstractRNG, model::Model, spl::Sampler; initial_params=nothing, kwargs...
)
# Sample initial values.
vi = default_varinfo(rng, model, spl)
Expand Down

0 comments on commit 9a2d2e5

Please sign in to comment.