hfppl icon indicating copy to clipboard operation
hfppl copied to clipboard

particle `start` method is not called by `smc_standard`

Open timvieira opened this issue 1 year ago • 0 comments

Simply adding the following lines to the top of the method should do the trick:

for particle in particles:
    particle.start()

timvieira avatar May 04 '24 00:05 timvieira