Skip to content
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

TST: failing box plot tests on windows #8091

Closed
jreback opened this issue Aug 22, 2014 · 1 comment · Fixed by #8098
Closed

TST: failing box plot tests on windows #8091

jreback opened this issue Aug 22, 2014 · 1 comment · Fixed by #8098
Labels
Testing pandas testing functions or related to the test suite Visualization plotting Windows Windows OS
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Aug 22, 2014

These are failing on 34-64 and 33-32

======================================================================
ERROR: test_boxplot (pandas.tests.test_graphics.TestDataFrameGroupByPlots)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-3.3\pandas\tests\test_graphics.py", line 2629, in test_boxplot
    self._check_axes_shape(axes.values(), axes_num=2, layout=(1, 2))
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-3.3\pandas\tests\test_graphics.py", line 302, in _check_axes_shape
    visible_axes = self._flatten_visible(axes)
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-3.3\pandas\tests\test_graphics.py", line 337, in _flatten_visible
    axes = [ax for ax in axes if ax.get_visible()]
TypeError: iteration over a 0-d array

======================================================================
ERROR: test_grouped_box_multiple_axes (pandas.tests.test_graphics.TestDataFrameGroupByPlots)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-3.3\pandas\tests\test_graphics.py", line 2827, in test_grouped_box_multiple_axes
    self._check_axes_shape(returned, axes_num=3, layout=(1, 3))
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-3.3\pandas\tests\test_graphics.py", line 302, in _check_axes_shape
    visible_axes = self._flatten_visible(axes)
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-3.3\pandas\tests\test_graphics.py", line 337, in _flatten_visible
    axes = [ax for ax in axes if ax.get_visible()]
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-3.3\pandas\tests\test_graphics.py", line 337, in <listcomp>
    axes = [ax for ax in axes if ax.get_visible()]
AttributeError: 'ValuesView' object has no attribute 'get_visible'

----------------------------------------------------------------------
Ran 7627 tests in 1222.636s

FAILED (SKIP=368, errors=2)

C:\Users\Jeff Reback\Documents\GitHub\pandas>more versions.33-32.log

INSTALLED VERSIONS
------------------
commit: None
python: 3.3.3.final.0
python-bits: 32
OS: Windows
OS-release: 7
machine: AMD64
processor: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None

pandas: 0.12.0
nose: 1.3.0
Cython: 0.19.2
numpy: 1.8.0
scipy: 0.13.1
statsmodels: 0.5.0
IPython: 1.1.0
sphinx: None
patsy: 0.2.1
scikits.timeseries: None
dateutil: 2.2
pytz: 2013.8
bottleneck: 0.7.0
tables: 3.0.0
numexpr: 2.2.2
matplotlib: 1.3.1
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: None
apiclient: None
rpy2: None
sqlalchemy: 0.9.3
pymysql: 0.6.1.None
psycopg2: 2.5.2 (dt dec pq3 ext)
@jreback jreback added this to the 0.15.0 milestone Aug 22, 2014
@jreback
Copy link
Contributor Author

jreback commented Aug 22, 2014

could be related #7736

@TomAugspurger
cc @sinhrks

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 Windows Windows OS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant