zhaokg / Rbeast

Bayesian Change-Point Detection and Time Series Decomposition
208 stars 36 forks source link

Print blank lines #31

Open MaJiapei opened 1 week ago

MaJiapei commented 1 week ago
o = rb.beast(ts, season='none', start=0, deltat=1,
             quiet=True, print_progress=False, print_options=False)

In above code, even after setting various print prohibitions, blank lines are still printed. This causes the progress bar to display incorrectly when used with the tqdm library for batch calls.