mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-19 20:52:23 +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()
|
nlp.initialize()
|
||||||
assert nlp.pipe_names == ["coref"]
|
assert nlp.pipe_names == ["coref"]
|
||||||
text = "Hi there"
|
text = "Hi there"
|
||||||
# TODO: this crashes with an IndexError: too many indices
|
|
||||||
doc = nlp(text)
|
doc = nlp(text)
|
||||||
print(doc.spans)
|
print(doc.spans)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user