From 4c45dfabae641ffa503cf280819439edebdc4133 Mon Sep 17 00:00:00 2001 From: Peter Baumgartner <5107405+pmbaumgartner@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:12:56 -0500 Subject: [PATCH] switch msg level --- spacy/cli/debug_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/debug_data.py b/spacy/cli/debug_data.py index 96d50b750..9a9ad9ae1 100644 --- a/spacy/cli/debug_data.py +++ b/spacy/cli/debug_data.py @@ -691,7 +691,7 @@ def debug_data( else: # Would we ever expect this case? It seems like it would be pretty rare, # and we might actually want a warning? - msg.good("All trees in dev data present in training data.") + msg.info("All trees in dev data present in training data.") if gold_train_data["n_low_cardinality_lemmas"] > 0: n = gold_train_data["n_low_cardinality_lemmas"]