https://github.com/alkaline-ml/pmdarima
Raw File
Tip revision: e2bfd5d03547d20979c6afda3b832825ba0217df authored by Aaron Smith on 30 April 2020, 13:15:10 UTC
[MRG] Fix typo and docs (#330)
Tip revision: e2bfd5d
setup.cfg
# This is adapted from sklearn's setup cfg.

[aliases]
test = pytest

[tool:pytest]
filterwarnings =
    # Warnings that we raise:
    ignore::UserWarning

    # Warnings that statsmodels raises a lot of
    ignore::statsmodels.tools.sm_exceptions.HessianInversionWarning

[metadata]
description-file = README.md
back to top