-
Notifications
You must be signed in to change notification settings - Fork 902
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 join of MultiIndex to Index with one column and overlapping name. #9830
Conversation
For future reference: the issue is that the truthiness of a tuple |
The failure looks to be due to the test from #9808. Not sure why that would start failing unless something is out of sync, so I'll try rerunning once before investigating any further. rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9830 +/- ##
================================================
- Coverage 10.49% 10.47% -0.02%
================================================
Files 119 119
Lines 20305 20369 +64
================================================
+ Hits 2130 2133 +3
- Misses 18175 18236 +61
Continue to review full report at Codecov.
|
@gpucibot merge |
This PR resolves #9823