Marcnuth / AnomalyDetection

Twitter's Anomaly Detection in Pure Python
Apache License 2.0
304 stars 76 forks source link

A bug in test_detect_ts.py #27

Closed vnnw closed 5 years ago

vnnw commented 5 years ago

In line https://github.com/Marcnuth/AnomalyDetection/blob/2759feac6f8167f2670b59f0148f39726117ed46/tests/test_detect_ts.py#L6

The 'get_data_tuple' should be '_get_data_tuple' instead.

Marcnuth commented 5 years ago

thanks

this is fixed by @lbl1985 in https://github.com/Marcnuth/AnomalyDetection/pull/25