Skip to content

Commit

Permalink
Remove obsolete comment (piskvorky#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopusz committed Jan 8, 2020
1 parent d709f2f commit d37fd4f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gensim/test/test_fasttext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,14 +1320,6 @@ def calc_max_diff(v1, v2):


class SaveFacebookFormatModelTest(unittest.TestCase):
"""
This class containts tests that check the following scenario:
+ create fastText model1
+ save a model1 to Facebook binary file
+ load the file as model2
+ check if model1 == model2
"""

def _check_roundtrip_model_model(self, model_params):

Expand Down

0 comments on commit d37fd4f

Please sign in to comment.