Skip to content
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

fix: fix barcode filtering #1455

Merged
merged 1 commit into from
Oct 30, 2024
Merged

fix: fix barcode filtering #1455

merged 1 commit into from
Oct 30, 2024

Conversation

raphael0202
Copy link
Collaborator

We check that the brand was in the EAN barcode ranges for every brand prediction. However, it lead to too many false rejection. We now only check barcode range and brand blacklist for brands have the 'taxonomy' or 'curated-list' predictor.

We check that the brand was in the EAN barcode ranges for every brand
prediction. However, it lead to too many false rejection.
We now only check barcode range and brand blacklist for brands have
the 'taxonomy' or 'curated-list' predictor.
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.53%. Comparing base (8b457f8) to head (be945f5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1455      +/-   ##
==========================================
+ Coverage   54.43%   54.53%   +0.10%     
==========================================
  Files          85       85              
  Lines        8673     8673              
==========================================
+ Hits         4721     4730       +9     
+ Misses       3952     3943       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raphael0202 raphael0202 merged commit 9d081a5 into main Oct 30, 2024
9 checks passed
@raphael0202 raphael0202 deleted the fix-barcode-skip branch October 30, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant