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

Add fixture docstring for series indexing #59292

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

sliuos
Copy link
Contributor

@sliuos sliuos commented Jul 21, 2024

@@ -1178,25 +1178,48 @@ def test_setitem_example(self):

@pytest.fixture
def obj(self):
"""
Fixture to create a Series instance using IntervalIndex
[(0, 1], (1, 2], (2, 3]]
Copy link
Member

Choose a reason for hiding this comment

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

Can you ensure all these docstrings are 1 line. i.e. Just have a 1 line description

Copy link
Contributor Author

@sliuos sliuos Jul 23, 2024

Choose a reason for hiding this comment

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

Converted all added doc strings to one line only in the new commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Linux-32-bit check failed. Please advise if any further change is needed ?

@mroeschke mroeschke added the Docs label Jul 22, 2024
@sliuos sliuos requested a review from mroeschke July 23, 2024 00:59
@mroeschke mroeschke added this to the 3.0 milestone Jul 23, 2024
@mroeschke mroeschke merged commit 31a1df1 into pandas-dev:main Jul 23, 2024
44 of 45 checks passed
@mroeschke
Copy link
Member

Thanks @sliuos

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.

Document our pytest fixtures
2 participants