mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
* Remove print from test
This commit is contained in:
parent
c4c55d9005
commit
a6a25166ba
|
@ -27,7 +27,6 @@ def test_lexeme_lt(en_vocab):
|
|||
|
||||
opera = en_vocab['opera']
|
||||
|
||||
print(noun.orth, opera.orth)
|
||||
assert noun < opera
|
||||
assert opera > noun
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user