diff --git a/spacy/tests/pipeline/test_coref.py b/spacy/tests/pipeline/test_coref.py index e09d4827d..27a9a5b46 100644 --- a/spacy/tests/pipeline/test_coref.py +++ b/spacy/tests/pipeline/test_coref.py @@ -63,7 +63,6 @@ def test_initialized_short(nlp): nlp.initialize() assert nlp.pipe_names == ["coref"] text = "Hi there" - # TODO: this crashes with an IndexError: too many indices doc = nlp(text) print(doc.spans)