Skip to content

CLN: address TODOs, FIXMEs #44258

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

Merged
merged 2 commits into from
Nov 1, 2021
Merged

CLN: address TODOs, FIXMEs #44258

merged 2 commits into from
Nov 1, 2021

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Oct 31, 2021

Will have to see what the CI says about the cython flake8 config change. update cython flake8 config moved to #44260

@@ -478,7 +494,7 @@ def inner_join_indexer(ndarray[numeric_object_t] left, ndarray[numeric_object_t]
if lval == rval:
lindexer[count] = i
rindexer[count] = j
result[count] = rval
result[count] = lval
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change, this didn't break anything?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lval == rval here, this just makes this block match whats done elsewhere

@jreback jreback added the Clean label Nov 1, 2021
@jreback jreback added this to the 1.4 milestone Nov 1, 2021
@jreback jreback merged commit e8d3136 into pandas-dev:master Nov 1, 2021
@jbrockmendel jbrockmendel deleted the fixmes5 branch November 1, 2021 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants