Skip to content

Commit

Permalink
Merge pull request #72 from CompML/features/#41/unit_test_for_recall
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
nocotan authored Mar 3, 2021
2 parents 9d45136 + 237a757 commit a8adb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_RecallClass_score(self):
score = obj.score(real, pred)

def test_recall_function(self):
"""Teest of ts_recall function.
"""Test of ts_recall function.
"""

# test case1
Expand Down

0 comments on commit a8adb79

Please sign in to comment.