From 113d6bbb12c5e2e47049dd60c59bba791ea7f63c Mon Sep 17 00:00:00 2001 From: Carlos Iguaran Date: Thu, 15 Aug 2024 17:49:11 -0300 Subject: [PATCH] Update blackjax/smc/tempered.py Co-authored-by: Junpeng Lao --- blackjax/smc/tempered.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blackjax/smc/tempered.py b/blackjax/smc/tempered.py index 19de8afb7..155c4f6bb 100644 --- a/blackjax/smc/tempered.py +++ b/blackjax/smc/tempered.py @@ -57,7 +57,7 @@ def update_and_take_last( ): """ 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 + returns the last values, discarding the previous num_mcmc_steps-1 samples per chain. """