Met4FoF / npl-jitter-noise-removal-mcmc

NPL Jitter Noise Removal MCMC
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Find a cleaner implementation for the logic of waiting for the first 15 samples in NJ_with_MCMC_agent.py #8

Open BjoernLudwigPTB opened 3 years ago

BjoernLudwigPTB commented 3 years ago

Lines 35 to 38 look as if the want to wait for the first 15 to arrive and then always operate on the last fifteen after removing the oldest time stamp on each iteration. We should find a way to express that more clearly.