Skip to content
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

CLN: follow-ups #40000

Merged
merged 9 commits into from
Feb 24, 2021
Merged

CLN: follow-ups #40000

merged 9 commits into from
Feb 24, 2021

Conversation

jbrockmendel
Copy link
Member

No description provided.

@jreback
Copy link
Contributor

jreback commented Feb 23, 2021

whoo hoo issue 40000!

@jbrockmendel
Copy link
Member Author

looks like the test thats failing here is failing everywhere

@jreback
Copy link
Contributor

jreback commented Feb 24, 2021

pandas/_libs/lib.html

got commited :_>

@jreback
Copy link
Contributor

jreback commented Feb 24, 2021

looks like the test thats failing here is failing everywhere

can you xfail / fix ?

@jreback jreback added the Clean label Feb 24, 2021
@jbrockmendel
Copy link
Member Author

got commited :_>

woops, will revert

can you xfail / fix ?

was planning to try to fix it in a bit

@jreback
Copy link
Contributor

jreback commented Feb 24, 2021

was planning to try to fix it in a bit

sure

@jreback jreback added this to the 1.3 milestone Feb 24, 2021
return _take_nd_ndarray(arr, indexer, axis, out, fill_value, allow_fill)


def _take_nd_ndarray(
Copy link
Contributor

Choose a reason for hiding this comment

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

this is purely for typing right?

Copy link
Member Author

Choose a reason for hiding this comment

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

yah mypy complained without it

Copy link
Contributor

Choose a reason for hiding this comment

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

you can't just cast here?

Copy link
Member Author

Choose a reason for hiding this comment

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

simon explained a couple days ago in a different thread that it involves ArrayLike being a TypeVar and not a union

Copy link
Contributor

Choose a reason for hiding this comment

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

ok then

@jreback jreback merged commit 0b5c12d into pandas-dev:master Feb 24, 2021
@jbrockmendel jbrockmendel deleted the perf-lib branch February 24, 2021 02:06
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.

2 participants