Skip to content

Commit 1adc124

Browse files
committed
Merge branch 'main' of github.com:UAlbertaALTLab/morphodict
2 parents d6e9999 + e0d0be6 commit 1adc124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CreeDictionary/tests/API_tests/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_lemma_ranking_most_frequent_word():
262262
# the English sleep should many Cree words. But nipâw should show first because
263263
# it undoubtedly has the highest frequency
264264
results = search(query="sees").presentation_results()
265-
top_3_texts = set([ result.wordform.text for result in results[0:3]])
265+
top_3_texts = set([result.wordform.text for result in results[0:3]])
266266
assert "wâpahtam" in top_3_texts
267267
assert "wâpamêw" in top_3_texts
268268

0 commit comments

Comments
 (0)