Skip to content

CLN: assorted cleanups, annotations, de-privatizing #33497

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

Merged
merged 4 commits into from
Apr 17, 2020

Conversation

jbrockmendel
Copy link
Member

No description provided.

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

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

OK with these changes

@@ -313,7 +313,9 @@ def test_subtraction_ops(self):
tm.assert_index_equal(result, expected, check_names=False)

result = dti - td
expected = DatetimeIndex(["20121231", "20130101", "20130102"], name="bar")
expected = DatetimeIndex(
["20121231", "20130101", "20130102"], freq="D", name="bar"
Copy link
Member

Choose a reason for hiding this comment

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

Is this a bugfix with the freq? Worth a whatsnew?

Copy link
Member Author

Choose a reason for hiding this comment

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

No. ATM assert_index_equal doesnt check for matching freq. Moving towards adding that check, but ATM it breaks about 500 tests. Honestly not sure why this edit made it into this branch.

@jreback jreback added this to the 1.1 milestone Apr 17, 2020
@jreback jreback merged commit bc81ed1 into pandas-dev:master Apr 17, 2020
@jbrockmendel jbrockmendel deleted the cln-cover branch April 17, 2020 02:53
CloseChoice pushed a commit to CloseChoice/pandas that referenced this pull request Apr 20, 2020
* de-privatize

* CLN: assorted cleanups, annotations
rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request May 10, 2020
* de-privatize

* CLN: assorted cleanups, annotations
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.

3 participants