-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Small improvements to vectorized annotators #5911
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5911 +/- ##
==========================================
- Coverage 88.42% 88.38% -0.04%
==========================================
Files 313 313
Lines 65153 65183 +30
==========================================
+ Hits 57609 57614 +5
- Misses 7544 7569 +25
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
c16a3f0
to
f520b7d
Compare
f520b7d
to
164949e
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
While working on implementing vectorized annotators in Holonote, I noticed some edge cases. Which was not accounted for in the original implementation. (and some extra Pandas 2.1 warnings, e.g.
next(iter(...))
)