Skip to content

Commit

Permalink
smc | typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelanghinrichs committed Oct 10, 2024
1 parent 481ae2b commit 4558c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abcdez_smc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function abcdesmc!(prior, dist!, ϵ_target, varexternal;
Δs = fill(d1, nparticles)
blobs = fill(blob1, nparticles)

# this initialse a first round of particles from prior
# this initialises a first round of particles from prior
# with finite logprior and dist values; updates θs, logπ, Δs, blobs
abcde_init!(prior, dist!, varexternal, θs, logπ, Δs, nparticles, rng, ex, blobs)

Expand Down

0 comments on commit 4558c02

Please sign in to comment.