Skip to content

Commit

Permalink
small fix on formating
Browse files Browse the repository at this point in the history
  • Loading branch information
ciguaran committed Oct 4, 2024
1 parent 4d6089e commit a5922ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blackjax/smc/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def update_and_take_last(
num_mcmc_steps,
n_particles,
):
"""
Given N particles, runs num_mcmc_steps of a kernel starting at each particle, and
"""Given N particles, runs num_mcmc_steps of a kernel starting at each particle, and
returns the last values, waisting the previous num_mcmc_steps-1
samples per chain.
"""
Expand Down

0 comments on commit a5922ad

Please sign in to comment.