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: TODOs #44733

Merged
merged 9 commits into from
Dec 3, 2021
Merged

CLN: TODOs #44733

merged 9 commits into from
Dec 3, 2021

Conversation

jbrockmendel
Copy link
Member

  • 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():
Copy link
Member

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)

Copy link
Member Author

Choose a reason for hiding this comment

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

great, will remove

@jreback jreback added the Clean label Dec 3, 2021
@jreback jreback added this to the 1.4 milestone Dec 3, 2021
@jbrockmendel
Copy link
Member Author

timeout unrelated

@jreback jreback merged commit f31c2b3 into pandas-dev:master Dec 3, 2021
@jbrockmendel jbrockmendel deleted the fixmes16 branch December 3, 2021 18:44
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.

None yet

3 participants