mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 14:13:11 +03:00
Fix textcat test
This commit is contained in:
parent
548bdff943
commit
31ed64e9b0
|
@ -10,8 +10,8 @@ from ..gold import GoldParse
|
||||||
|
|
||||||
|
|
||||||
def test_textcat_learns_multilabel():
|
def test_textcat_learns_multilabel():
|
||||||
random.seed(1)
|
random.seed(5)
|
||||||
numpy.random.seed(1)
|
numpy.random.seed(5)
|
||||||
docs = []
|
docs = []
|
||||||
nlp = English()
|
nlp = English()
|
||||||
vocab = nlp.vocab
|
vocab = nlp.vocab
|
||||||
|
|
Loading…
Reference in New Issue
Block a user