Skip to content

Error in test suite for eval #5467

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
changhiskhan opened this issue Nov 8, 2013 · 1 comment · Fixed by #5474
Closed

Error in test suite for eval #5467

changhiskhan opened this issue Nov 8, 2013 · 1 comment · Fixed by #5474
Labels
Bug Windows Windows OS
Milestone

Comments

@changhiskhan
Copy link
Contributor

This is on the VM running pandas windows builds.
Windows XP
Python 2.7 32-bit
numpy 1.7.1

======================================================================
FAIL: pandas.computation.tests.test_eval.TestAlignment.test_basic_series_frame_alignment('numexpr', 'python')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python27\x32\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "C:\workspace\pandas-windows-test-py27\pandas\computation\tests\test_eval.py", line 873, in check_basic_series_frame_alignment
    testit(r_idx_type, c_idx_type, index_name)
  File "C:\workspace\pandas-windows-test-py27\pandas\computation\tests\test_eval.py", line 868, in testit
    assert_frame_equal(res, expected)
  File "C:\workspace\pandas-windows-test-py27\pandas\util\testing.py", line 448, in assert_frame_equal
    assert_index_equal(left.columns, right.columns)
  File "C:\workspace\pandas-windows-test-py27\pandas\util\testing.py", line 394, in assert_index_equal
    right.dtype))
AssertionError: [index] left [object Index([0, 2, 2000-01-03 00:00:00, 2000-01-04 00:00:00, 2000-01-05 00:00:00, 2000-01-06 00:00:00, 2000-01-07 00:00:00, 1, 2000-01-10 00:00:00, 3, 2000-01-11 00:00:00, 4], dtype='object')], right [Index([2000-01-03 00:00:00, 2000-01-04 00:00:00, 2000-01-05 00:00:00, 2000-01-06 00:00:00, 2000-01-07 00:00:00, 2000-01-10 00:00:00, 2000-01-11 00:00:00, 0, 1, 2, 3, 4], dtype='object') object]
@jtratner
Copy link
Contributor

jtratner commented Nov 8, 2013

We need to remove these tests, they're the same issue testing undefined
behavior (union of non-comparable objects - here int and datetime64) that
were failing on OSX.

@cpcloud - you have time to temporarily skip them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Windows Windows OS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants