Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TST: test_boxplot failures #8296

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

Closed
TomAugspurger opened this issue Sep 17, 2014 · 2 comments
Closed

TST: test_boxplot failures #8296

TomAugspurger opened this issue Sep 17, 2014 · 2 comments
Labels
Testing pandas testing functions or related to the test suite Visualization plotting
Milestone

Comments

@TomAugspurger
Copy link
Contributor

These are failing for me on master

nosetests test_graphics:TestDataFramePlots.test_boxplot test_graphics:TestDataFramePlots.test_boxplot_vertical
FF
======================================================================
FAIL: test_boxplot (test_graphics.TestDataFramePlots)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/tom/Envs/py3/lib/python3.4/site-packages/pandas/pandas/tests/test_graphics.py", line 1736, in test_boxplot
    self.assertEqual(len(ax.lines), 8 * len(numeric_cols))
AssertionError: 21 != 24

======================================================================
FAIL: test_boxplot_vertical (test_graphics.TestDataFramePlots)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/tom/Envs/py3/lib/python3.4/site-packages/pandas/pandas/tests/test_graphics.py", line 1770, in test_boxplot_vertical
    self.assertEqual(len(ax.lines), 8 * len(numeric_cols))
AssertionError: 21 != 24

----------------------------------------------------------------------
Ran 2 tests in 0.659s

FAILED (failures=2)
In [1]: pd.__version__
Out[1]: '0.14.1-445-g83ff5b1'

Will look later.

@TomAugspurger TomAugspurger added Visualization plotting Testing pandas testing functions or related to the test suite labels Sep 17, 2014
@onesandzeroes
Copy link
Contributor

Yeah, I think this happens me for under matplotlib 1.4.0. Going back to 1.3.1, these are fine. The release notes do mention that boxplot() has had a bit of an overhaul, so I guess we'll just have to figure out exactly what's changed.

@TomAugspurger
Copy link
Contributor Author

This was closed by #8398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite Visualization plotting
Projects
None yet
Development

No branches or pull requests

3 participants