From 699a1877dec02e2ba33b29871990b4085fa7ff52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Tue, 30 Aug 2022 10:42:40 +0200 Subject: [PATCH] Fix copied line in morphologizer activations test --- spacy/tests/pipeline/test_morphologizer.py | 1 - 1 file changed, 1 deletion(-) 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 = []