mirror of https://github.com/explosion/spaCy.git
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():
|
||||
random.seed(1)
|
||||
numpy.random.seed(1)
|
||||
random.seed(5)
|
||||
numpy.random.seed(5)
|
||||
docs = []
|
||||
nlp = English()
|
||||
vocab = nlp.vocab
|
||||
|
|
Loading…
Reference in New Issue