-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
REF: avoid getattr pattern for join_indexer #29117
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
can u perf check to make sure that does the right thing |
Noise
|
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 @jbrockmendel a lot of nice cleanups lately great job
exp = np.array([-1, -1, -1], dtype=np.int64) | ||
tm.assert_numpy_array_equal(rindexer, exp) | ||
@pytest.mark.parametrize( | ||
"dtype", ["int32", "int64", "float32", "float64", "object"] |
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.
at some point if can change to use a fixture to ensure more coverage (we may need to expand the indexers here as well), pls create a followup issue.
lgtm, followup issue. |
No description provided.