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

Model Building Fails when Exogenous Variables are configured but not used (ARX disabled by user) #193

Closed antoinecarme closed 2 years ago

antoinecarme commented 2 years ago

PyAF should have the same behavior and produce the same model in this case as if no exogenous variables were present.

Test scripts to come.

antoinecarme commented 2 years ago

Fixed.