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
456 stars 73 forks source link

Pyaf 5.0 Final Touch 4 : Add More Tests #234

Closed antoinecarme closed 1 year ago

antoinecarme commented 1 year ago

Local execution of long tests show that , following a refactoring, some tests now fail. These tests make use of some trends that are not enabled by default (moving average, moving median).

Add a set of tests to run at least each model component once in the minimal set of build tests.

Now at least 280 test scripts producing about 1000 models are built on each circleci run. There is still a limit of 1 hour on the whole run.