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: more stores #1279

Merged
merged 5 commits into from
Oct 30, 2023
Merged

fix: more stores #1279

merged 5 commits into from
Oct 30, 2023

Conversation

teolemon
Copy link
Member

What

  • fix: more stores

@teolemon teolemon requested a review from a team as a code owner October 26, 2023 17:40
@@ -42,6 +51,7 @@ Carrefour
Carrefour||grand jury
Casino
Colruyt
Conad
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conad is already there (hence the failing test)

@@ -10,6 +10,15 @@ Aldi||gold[aä]hren
Aldi||gutbio
Aldi||milsani
Aldi||sprengel
Aldi||liveGfree
Aldi||Simply Nature
Aldi||Specially Selected
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specially selected may be detected on many products

Aldi||liveGfree
Aldi||Simply Nature
Aldi||Specially Selected
Aldi||Little Journey
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing for little journey or friendly farms

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those combinations of words are unlikely to happen ? I'm removing simply nature

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well technically they can. The thing is, it is autoapplied here. We should either check that it doesn't occur in the dataset, or have a way to have validation from a human.

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #1279 (0a04506) into main (e056268) will decrease coverage by 0.05%.
Report is 11 commits behind head on main.
The diff coverage is 41.66%.

@@            Coverage Diff             @@
##             main    #1279      +/-   ##
==========================================
- Coverage   56.49%   56.44%   -0.05%     
==========================================
  Files          77       77              
  Lines        7496     7520      +24     
==========================================
+ Hits         4235     4245      +10     
- Misses       3261     3275      +14     
Files Coverage Δ
robotoff/insights/importer.py 83.41% <100.00%> (+0.05%) ⬆️
robotoff/settings.py 92.00% <100.00%> (+0.05%) ⬆️
robotoff/models.py 95.48% <50.00%> (-1.84%) ⬇️
robotoff/cli/main.py 14.94% <26.66%> (+0.49%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

data/ocr/store_regex.txt Outdated Show resolved Hide resolved
data/ocr/store_regex.txt Outdated Show resolved Hide resolved
data/ocr/store_regex.txt Outdated Show resolved Hide resolved
@raphael0202 raphael0202 merged commit 8d4a81d into main Oct 30, 2023
7 of 9 checks passed
@raphael0202 raphael0202 deleted the more-stores branch October 30, 2023 08:48
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.

2 participants