Skip to content

Commit 2cafba5

Browse files
committed
shorten error message for clarity
1 parent 8316bc7 commit 2cafba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spacy/errors.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,7 @@ class Errors:
457457

458458
# TODO: fix numbering after merging develop into master
459459
E900 = ("Could not run the full 'nlp' pipeline for evaluation. If you specified "
460-
"frozen components, make sure they were already trained and initialized. "
461-
"You can also consider moving them to the 'disabled' list instead.")
460+
"frozen components, make sure they were already trained and initialized. ")
462461
E901 = ("Failed to remove existing output directory: {path}. If your "
463462
"config and the components you train change between runs, a "
464463
"non-empty output directory can lead to stale pipeline data. To "

0 commit comments

Comments
 (0)