TDAmeritrade / stumpy

STUMPY is a powerful and scalable Python library for modern time series analysis

Home Page:https://stumpy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`test_precision` is missing in uni test `test.sh`

NimaSarajpoor opened this issue · comments

Also, it seems some tests are repeated in the unit test.

For example, note that tests/test_scraamp.py appears twice in the lines below

# in test.sh

pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning -W ignore::UserWarning tests/test_aamp.py tests/test_maamp.py tests/test_scraamp.py tests/test_aampi.py
check_errs $?

pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning -W ignore::UserWarning tests/test_scraamp.py
check_errs $?

Yes, it needs to be manually added to the unit test section