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

DOC: Add MultiIndex.get_locs to generated reference #30234

Merged
merged 2 commits into from
Dec 12, 2019

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Dec 12, 2019

This should fix the failing CI, see #30226

CLoses #30235

@TomAugspurger
Copy link
Contributor

@jorisvandenbossche I pushed some formatting changes to get this passing.


Examples
--------
>>> mi = pd.MultiIndex.from_arrays([list('abb'), list('def')])

>>> mi.get_locs('b')
>>> mi.get_locs('b') # doctest: +SKIP
Copy link
Contributor

Choose a reason for hiding this comment

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

These were failing on the dtype=int64 part. That's only present in the repr on 32-bit systems IIRC, so easier to skip.

@TomAugspurger
Copy link
Contributor

Just the 32-bit failure being handled elsewhere. Will merge when travis passes.

@TomAugspurger
Copy link
Contributor

Things should be good on master once this is merged, thanks to #30237.

@TomAugspurger TomAugspurger merged commit e28ebe3 into pandas-dev:master Dec 12, 2019
@jorisvandenbossche jorisvandenbossche deleted the doc-fix-get_locs branch December 12, 2019 19:26
@jorisvandenbossche
Copy link
Member Author

Thanks for the fixup!

proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
* DOC: Add MultiIndex.get_locs to generated reference

* fixups
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
* DOC: Add MultiIndex.get_locs to generated reference

* fixups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Doc build failing
2 participants