RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.1k stars 240 forks source link

function pf.acf_plot has some problems #116

Open Ctiely opened 6 years ago

Ctiely commented 6 years ago

When I ran the pf.acf_plot(mdata, max_lag=36), I only got a histogram with 10 columns. Then, I looked at the source code and found that there was a problem inside the function, which should be replaced by max_lag internally within the function.

RJT1990 commented 6 years ago

Think this function was experimental - but will try to have a look if I can later in the week