Skip to content

Commit

Permalink
Update test_spacy.py (Kaggle#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisbcook authored Jun 10, 2021
1 parent e8cb8a2 commit 3f0701e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_spacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import spacy

# please check with learn team before changing
class TestSpacy(unittest.TestCase):
def test_model(self):
nlp = spacy.load('en_core_web_sm')
Expand Down

0 comments on commit 3f0701e

Please sign in to comment.