mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix test for issue 617
This commit is contained in:
parent
faa7610c56
commit
e86f440ca6
|
@ -2,4 +2,7 @@ from ...vocab import Vocab
|
|||
|
||||
|
||||
def test_load_vocab_with_string():
|
||||
try:
|
||||
vocab = Vocab.load('/tmp/vocab')
|
||||
except IOError:
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user