Skip to content

ubuntu 13.04: test_grouped_box_return_type AssertionError: Lists differ: ['A', 'C', 'D', 'E', 'F', 'G',... != ['A', 'B', 'C', 'D', 'E', 'F', #7254

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
yarikoptic opened this issue May 28, 2014 · 2 comments · Fixed by #7260
Labels
Testing pandas testing functions or related to the test suite
Milestone

Comments

@yarikoptic
Copy link
Contributor

======================================================================
FAIL: test_grouped_box_return_type (pandas.tests.test_graphics.TestDataFrameGroupByPlots)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/buildd/pandas-0.14.0~rc1+git79-g1fa5dd4/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_graphics.py", line 2286, in test_grouped_box_return_type
    self._check_box_dict(returned, t, klass, categories2)
  File "/tmp/buildd/pandas-0.14.0~rc1+git79-g1fa5dd4/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_graphics.py", line 2252, in _check_box_dict
    self.assertEqual(sorted(returned.keys()), sorted(expected_keys))
AssertionError: Lists differ: ['A', 'C', 'D', 'E', 'F', 'G',... != ['A', 'B', 'C', 'D', 'E', 'F',...

First differing element 1:
C
B

Second list contains 1 additional elements.
First extra element 9:
J

- ['A', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J']
+ ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J']
?       +++++

INSTALLED VERSIONS

commit: None
python: 2.7.4.final.0
python-bits: 32
OS: Linux
OS-release: 3.2.0-4-amd64
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: C
LANG: C

pandas: 0.14.0.dev
nose: 1.1.2
Cython: 0.17.4
numpy: 1.7.1
scipy: 0.11.0
statsmodels: 0.5.0
IPython: None
sphinx: 1.1.3
patsy: 0.2.1
scikits.timeseries: None
dateutil: 1.5
pytz: 2012c
bottleneck: None
tables: 2.4.0
numexpr: 2.0.1
matplotlib: 1.2.1
openpyxl: 1.7.0
xlrd: 0.6.1
xlwt: 0.7.4
xlsxwriter: None
lxml: None
bs4: 4.1.2
html5lib: 0.95-dev
bq: None
apiclient: None
rpy2: None
sqlalchemy: None
pymysql: None
psycopg2: None

@hayd
Copy link
Contributor

hayd commented May 28, 2014

I see similar on travis: https://travis-ci.org/pydata/pandas/jobs/26187573 on #7255.

@sinhrks
Copy link
Member

sinhrks commented May 28, 2014

This is a random issue caused by the test added in #7225. I'll fix today...

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

Successfully merging a pull request may close this issue.

4 participants