Skip to content

Commit

Permalink
Shortening method name (piskvorky#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopusz committed Jan 8, 2020
1 parent d37fd4f commit 821862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/test/test_fasttext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ def calc_max_diff(v1, v2):

class SaveFacebookFormatModelTest(unittest.TestCase):

def _check_roundtrip_model_model(self, model_params):
def _check_roundtrip(self, model_params):

with temporary_file("roundtrip_model_to_model.bin") as fpath:

Expand Down

0 comments on commit 821862e

Please sign in to comment.