Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Jul 22, 2023
1 parent 80c1ae4 commit a4160be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def test_fasttext_chinese(self):
self.assertEqual(p.predict(TEST_DOC), "pos")
self.assertEqual(np.argmax(p.predict_proba([TEST_DOC])[0]), 0)
self.assertEqual(type(p.explain(TEST_DOC)), IPython.core.display.HTML)
# self.assertEqual(type(p.explain(TEST_DOC)), type(None))


if __name__ == "__main__":
Expand Down

0 comments on commit a4160be

Please sign in to comment.