Skip to content

BUG: add 'import warnings' statement in panel.py (GH8152) #8157

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 4, 2014
Merged

BUG: add 'import warnings' statement in panel.py (GH8152) #8157

merged 1 commit into from
Sep 4, 2014

Conversation

htkm
Copy link

@htkm htkm commented Sep 1, 2014

closes #8152.

@jreback jreback added the Bug label Sep 3, 2014
@jreback jreback added this to the 0.15.0 milestone Sep 3, 2014
@@ -2324,6 +2325,12 @@ def test_panel_index():
np.repeat([1, 2, 3], 4)])
assert(index.equals(expected))


def test_import_warnings():
panel = Panel(np.random.rand(3, 3, 3))
Copy link
Contributor

Choose a reason for hiding this comment

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

pls add the issue number as a comment here

@jreback jreback added the Compat label Sep 3, 2014
@jreback
Copy link
Contributor

jreback commented Sep 3, 2014

pls add a release note in v0.15.0 referencing the original issue

@htkm
Copy link
Author

htkm commented Sep 3, 2014

please review my rebased commit.

@jreback jreback merged commit de4dbd0 into pandas-dev:master Sep 4, 2014
@jreback
Copy link
Contributor

jreback commented Sep 4, 2014

thanks!

@htkm htkm deleted the bug-panel-import-warnings branch September 4, 2014 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: warnings import missing for panel
2 participants