From 43953dc8af91371809cdbec9cf9f99fc03438fe5 Mon Sep 17 00:00:00 2001 From: Skye Samuels Date: Tue, 5 Aug 2025 23:47:28 +0000 Subject: [PATCH] docs: restore accidently deleted comment --- mealie/services/parser_services/ingredient_parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mealie/services/parser_services/ingredient_parser.py b/mealie/services/parser_services/ingredient_parser.py index d0867521d..280c76103 100644 --- a/mealie/services/parser_services/ingredient_parser.py +++ b/mealie/services/parser_services/ingredient_parser.py @@ -144,6 +144,7 @@ class NLPParser(ABCIngredientParser): food, food_conf = self._extract_food(ingredient) note, note_conf = self._extract_note(ingredient) + # average confidence for components which were parsed confidences: list[float] = [] if qty: confidences.append(qty_conf)