Fix textcat test

This commit is contained in:
Matthew Honnibal 2018-05-01 15:18:39 +02:00
parent 548bdff943
commit 31ed64e9b0
1 changed files with 2 additions and 2 deletions

View File

@ -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