mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-06 07:16:29 +03:00
Fix copied line in morphologizer activations test
This commit is contained in:
parent
d245da08e1
commit
699a1877de
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user