Fix copied line in morphologizer activations test

This commit is contained in:
Daniël de Kok 2022-08-30 10:42:40 +02:00
parent d245da08e1
commit 699a1877de

View File

@ -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 = []