-
-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rounding values leads to data quality errors #10491
Labels
Comments
github-project-automation
bot
moved this to To discuss and validate
in 🍊 Open Food Facts Server issues
Jun 24, 2024
Currently the formula is
An option might be to increase the threshold |
Sounds good |
github-project-automation
bot
moved this from To discuss and validate
to Done
in 🍊 Open Food Facts Server issues
Jan 2, 2025
github-project-automation
bot
moved this from Needs review
to Done
in 🧽 Ensuring Data Quality
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://world.openfoodfacts.org/product/0076808003901/gluten-free-rotini-barilla
leads to a data quality error, while it shouldn't:
1 + 1 g (the data entered) = 2
but 1.79 + 1.79 > 3.57 (converted values).
This should be rare, it's not a high priority.
The text was updated successfully, but these errors were encountered: