mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-19 04:32:32 +03:00
Remove comment from fixed test
This commit is contained in:
parent
f1796e4af7
commit
3684f7fdfd
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user