Skip to content

BUG/API: GH11086 where freq is not inferred if both freq is None #11155

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 1 commit into from
Sep 21, 2015

Conversation

kawochen
Copy link
Contributor

closes #11086, and a typo

@@ -2551,6 +2551,15 @@ def test_intersection_bug_1708(self):
result = index_1 & index_2
self.assertEqual(len(result), 0)

def test_union_freq_both_none(self):
#GH11086
Copy link
Contributor

Choose a reason for hiding this comment

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

assert that the result.freq is None (in case the original is actually modified)

@jreback jreback added this to the 0.17.0 milestone Sep 20, 2015
@jreback
Copy link
Contributor

jreback commented Sep 20, 2015

cool, ping when green.

jreback added a commit that referenced this pull request Sep 21, 2015
BUG/API: GH11086 where freq is not inferred if both freq is None
@jreback jreback merged commit b068225 into pandas-dev:master Sep 21, 2015
@jreback
Copy link
Contributor

jreback commented Sep 21, 2015

thank you sir!

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.

Union of index with itself not invariant, sets frequency attribute
2 participants