diff --git a/spacy/tests/pipeline/test_morphologizer.py b/spacy/tests/pipeline/test_morphologizer.py index 17aeeaadf..cad558a7d 100644 --- a/spacy/tests/pipeline/test_morphologizer.py +++ b/spacy/tests/pipeline/test_morphologizer.py @@ -202,7 +202,6 @@ def test_overfitting_IO(): def test_save_activations(): - # Simple test to try and quickly overfit the morphologizer - ensuring the ML models work correctly nlp = English() morphologizer = cast(TrainablePipe, nlp.add_pipe("morphologizer")) train_examples = []