mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix test
This commit is contained in:
parent
4b09616b58
commit
82135d85b7
|
@ -13,6 +13,6 @@ def test_issue1757():
|
|||
assert not span < None
|
||||
assert not span == None
|
||||
assert span >= None
|
||||
lex = vocab['a']
|
||||
lex = doc.vocab['a']
|
||||
assert not lex == None
|
||||
assert not lex < None
|
||||
|
|
Loading…
Reference in New Issue
Block a user