-
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: data quality, false positive, nutrition sum with lower symbol fo…
…r milk below the table (#11098) ### What error should not be raised when sugar = 0 lactose < 0.01 In the product given in the issue, lactose is given below the table. Similar to #11076, lactose with symbol "<" will be ignore for the error. + fix some non declared variable warnings like > dataqualityfood.t: Use of uninitialized value in string eq at /opt/product-opener/lib/ProductOpener/DataQualityFood.pm line 1040. ### Related issue(s) and discussion - Fixes #10715
- Loading branch information
1 parent
59bb204
commit 7febb69
Showing
2 changed files
with
99 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters