-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: sefault in concat of CategoricalIndex #16133
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
Codecov Report
@@ Coverage Diff @@
## master #16133 +/- ##
==========================================
- Coverage 90.86% 90.86% -0.01%
==========================================
Files 159 159
Lines 50771 50773 +2
==========================================
+ Hits 46133 46134 +1
- Misses 4638 4639 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16133 +/- ##
==========================================
- Coverage 90.86% 90.83% -0.03%
==========================================
Files 159 159
Lines 50771 50773 +2
==========================================
- Hits 46133 46122 -11
- Misses 4638 4651 +13
Continue to review full report at Codecov.
|
@chris-b1 your test example doesn't segfault for me on master, but the fix does work. Do the share the same underlying issue? |
Yeah, the underlying problem is the we end up with a bad indexer, which is passed to
|
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.
lgtm merge away
* BUG: sefault in concat of cat-idx * lint
git diff upstream/master --name-only -- '*.py' | flake8 --diff