zhaokg / Rbeast

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

Fix bug in beast_irreg.py #30

Closed ebigelow closed 4 weeks ago

ebigelow commented 4 weeks ago

Currently there's an error since kwargs isn't defined. This fixes that error and adds a freq argument to the function beast_irreg with a deprecation warning.

zhaokg commented 4 weeks ago

Thanks a lot. I will further incorporate this change in the PyPI version: It may take me at least a few days to rebuild all the wheels and upload them to PyPI. Once again, appreciate your inputs/