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 72 forks source link

Exception Handling #49

Closed antoinecarme closed 7 years ago

antoinecarme commented 7 years ago

To make error handling easier, PyAF api calls should all raise the same kind of exception (PyaF_Error) or an inherited form.

antoinecarme commented 7 years ago

PyAF now raises only PyaF_Error type exceptions.