-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: TODOs #44733
CLN: TODOs #44733
Conversation
jbrockmendel
commented
Dec 3, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
# result = arr[mask] | ||
# TODO: belongs somewhere else? | ||
@pytest.mark.xfail(reason="fails to raise") | ||
def test_indexing_boolean_mask(): |
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.
I think this can simply be removed. I checked git blame, and this was added as commented out test in the initial PR adding the BooleanArray (#29555), but which didn't yet specify the indexing behaviour. This was only done in a follow-up (#30308, #31591), which added plenty of tests.
(the test is now also outdated)
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.
great, will remove
timeout unrelated |