-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: UTC-459: Handling breadth first with evaluation enabled #9076
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
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-storybook canceled.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #9076 +/- ##
============================================
+ Coverage 61.05% 81.58% +20.52%
============================================
Files 794 271 -523
Lines 63586 24488 -39098
Branches 10671 0 -10671
============================================
- Hits 38822 19978 -18844
+ Misses 24764 4510 -20254
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/fm sync |
|
/git merge develop
|
| annotation_filter = ~Q(annotations__completed_by=user) | ||
| if not attempt_gt_first: | ||
| annotation_filter &= ~Q(annotations__ground_truth=True) | ||
| if project.annotator_evaluation_enabled: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave comment here explaining why we're doing this , how it applies to onboarding/ongoing etc
| return None | ||
|
|
||
| # Find tasks at the maximum amount of annotations | ||
| candidates = tasks.filter(annotations_count=max_annotations_count) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good simplification :D
No description provided.