Skip to content

BUG/COMPAT: pickled dtindex with freq raises AttributeError in normalize... #7789

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
Jul 19, 2014

Conversation

sinhrks
Copy link
Member

@sinhrks sinhrks commented Jul 18, 2014

Closes #7748.

@jreback jreback added the Compat label Jul 18, 2014
@jreback jreback added this to the 0.15.0 milestone Jul 18, 2014
@@ -82,6 +90,9 @@ def test_read_pickles_0_12_0(self):
def test_read_pickles_0_13_0(self):
self.read_pickles('0.13.0')

def test_read_pickles_0_14_0(self):
self.read_pickles('0.14.0')
Copy link
Contributor

Choose a reason for hiding this comment

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

did you add a pickle file? (I think you have to explicity add them as they are normally exluded)

Copy link
Member Author

Choose a reason for hiding this comment

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

File was added in #7607, but test function was missed.

@jreback
Copy link
Contributor

jreback commented Jul 18, 2014

cool
ping on green

@sinhrks
Copy link
Member Author

sinhrks commented Jul 19, 2014

@jreback get green!

jreback added a commit that referenced this pull request Jul 19, 2014
BUG/COMPAT: pickled dtindex with freq raises AttributeError in normalize...
@jreback jreback merged commit 05c6646 into pandas-dev:master Jul 19, 2014
@jreback
Copy link
Contributor

jreback commented Jul 19, 2014

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError: 'Hour' object has no attribute 'normalize' when masking a time series
2 participants