-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
CLN: follow-ups #40000
Conversation
whoo hoo issue 40000! |
looks like the test thats failing here is failing everywhere |
got commited :_> |
can you xfail / fix ? |
woops, will revert
was planning to try to fix it in a bit |
sure |
return _take_nd_ndarray(arr, indexer, axis, out, fill_value, allow_fill) | ||
|
||
|
||
def _take_nd_ndarray( |
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.
this is purely for typing right?
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.
yah mypy complained without it
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.
you can't just cast here?
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.
simon explained a couple days ago in a different thread that it involves ArrayLike being a TypeVar and not a union
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.
ok then
No description provided.