From 3cbb75285528d1acfea8a34b560f64dd8688ae27 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Fri, 25 Aug 2023 12:17:43 +0200 Subject: [PATCH] Corpus dictionary - Postpone its removal since it was deprecated a version later than planed --- orangecontrib/text/tests/test_corpus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orangecontrib/text/tests/test_corpus.py b/orangecontrib/text/tests/test_corpus.py index d5d3691e6..2642fdb14 100644 --- a/orangecontrib/text/tests/test_corpus.py +++ b/orangecontrib/text/tests/test_corpus.py @@ -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):