Skip to content

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

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