Skip to content

Commit

Permalink
Merge pull request #1004 from PrimozGodec/postphone-dict-removal
Browse files Browse the repository at this point in the history
Corpus dictionary - Postpone its removal
  • Loading branch information
PrimozGodec authored Aug 25, 2023
2 parents 7de9c65 + 3cbb752 commit 5688730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/tests/test_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def test_remove_dictionary(self):
- dictionary property from Corpus
- dictionary argument from Corpus.store_tokens
"""
self.assertFalse(orangecontrib.text.__version__.startswith("1.15"))
self.assertFalse(orangecontrib.text.__version__.startswith("1.16"))


class TestCorpusSummaries(unittest.TestCase):
Expand Down

0 comments on commit 5688730

Please sign in to comment.