Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Remove _addSkip method #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/algorithms_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class TestAlgorithms(unittest.TestCase):
Test all algorithms with a common, simple/known anomalous data set
"""

def _addSkip(self, test, reason):
print reason

def data(self, ts):
"""
Mostly ones (1), with a final value of 1000
Expand Down