antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
459 stars 73 forks source link

Include the demo test code in the build tests #77

Closed antoinecarme closed 6 years ago

antoinecarme commented 6 years ago

The demo code on the main web page has to be tested.

antoinecarme commented 6 years ago

add

np.random.seed(seed=1960)

to stabilize the dataset

antoinecarme commented 6 years ago

Fixed.