mirror of https://github.com/explosion/spaCy.git
* Avoid laoding vectors in test_token_references
This commit is contained in:
parent
50768241b3
commit
638e07939d
|
@ -36,7 +36,7 @@ def _orphan_from_list(toks):
|
|||
|
||||
def test_list_orphans():
|
||||
# Test case from NSchrading
|
||||
nlp = English()
|
||||
nlp = English(load_vectors=False)
|
||||
samples = ["a", "test blah wat okay"]
|
||||
lst = []
|
||||
for sample in samples:
|
||||
|
|
Loading…
Reference in New Issue