mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix parser test
This commit is contained in:
parent
8f42f8d305
commit
c013e5996f
|
@ -26,7 +26,7 @@ def arc_eager(vocab):
|
|||
|
||||
@pytest.fixture
|
||||
def tok2vec():
|
||||
return Tok2Vec(8, 100, preprocess=doc2feats())
|
||||
return Tok2Vec(8, 100)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Reference in New Issue
Block a user