Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł committed Nov 21, 2019
1 parent 1ada4de commit 11515dd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions strlearn/tests/test_classifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,3 @@ def test_ACS_Prequential():
clf = sl.classifiers.AccumulatedSamplesClassifier()
evaluator = sl.evaluators.PrequentialEvaluator()
evaluator.process(stream, clf)

def test_ACS_Prequential():
"Bare ACS for Prequential"
stream = get_stream()
clf = sl.classifiers.AccumulatedSamplesClassifier()
evaluator = sl.evaluators.PrequentialEvaluator()
evaluator.process(stream, clf)

0 comments on commit 11515dd

Please sign in to comment.