-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PERF: perform a unique intersection with IntervalIndex if at least one side is unique #26711
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
e69d711
to
5a231b8
Compare
5a231b8
to
ea74a35
Compare
@qwhelan Thanks for your quick respond. Maybe adding check for duplicate nan in either side can resolve. |
can you merge master & try @makbigc suggestion |
ea74a35
to
66d323b
Compare
Codecov Report
@@ Coverage Diff @@
## master #26711 +/- ##
==========================================
- Coverage 91.71% 91.7% -0.02%
==========================================
Files 178 178
Lines 50740 50742 +2
==========================================
- Hits 46538 46533 -5
- Misses 4202 4209 +7
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #26711 +/- ##
==========================================
- Coverage 91.71% 91.7% -0.02%
==========================================
Files 178 178
Lines 50740 50742 +2
==========================================
- Hits 46538 46533 -5
- Misses 4202 4209 +7
Continue to review full report at Codecov.
|
Resolves #26709
git diff upstream/master -u -- "*.py" | flake8 --diff