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