Skip to content

windows build test failures #4122

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 Jul 4, 2013 · 9 comments · Fixed by #4123
Closed

windows build test failures #4122

changhiskhan opened this issue Jul 4, 2013 · 9 comments · Fixed by #4123
Labels
Bug Build Library building on various platforms
Milestone

Comments

@changhiskhan
Copy link
Contributor

getting test failures on the windows builds. this is from py27 64-bit:

======================================================================
ERROR: test_replace_convert (pandas.tests.test_frame.TestDataFrame)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\workspace\pandas-windows-test64-py27\pandas\tests\test_frame.py", line 6869, in test_replace_convert
    assert_series_equal(expec, res)
  File "C:\workspace\pandas-windows-test64-py27\pandas\util\testing.py", line 197, in assert_series_equal
    assert_almost_equal(left.values, right.values, check_less_precise)
  File "C:\workspace\pandas-windows-test64-py27\pandas\util\testing.py", line 141, in assert_almost_equal
    assert_almost_equal(a[i], b[i], check_less_precise)
  File "C:\workspace\pandas-windows-test64-py27\pandas\util\testing.py", line 146, in assert_almost_equal
    if isnull(a):
  File "C:\workspace\pandas-windows-test64-py27\pandas\core\common.py", line 60, in isnull
    return _isnull(obj)
  File "C:\workspace\pandas-windows-test64-py27\pandas\core\common.py", line 74, in _isnull_new
    return _isnull_ndarraylike(obj)
  File "C:\workspace\pandas-windows-test64-py27\pandas\core\common.py", line 135, in _isnull_ndarraylike
    values = np.asarray(obj)
  File "c:\python27\lib\site-packages\numpy\core\numeric.py", line 235, in asarray
    return array(a, dtype, copy=False, order=order)
ValueError: invalid __array_struct__

======================================================================
FAIL: test_insert_column_bug_4032 (pandas.tests.test_frame.TestDataFrame)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\workspace\pandas-windows-test64-py27\pandas\tests\test_frame.py", line 10084, in test_insert_column_bug_4032
    assert_frame_equal(result,expected)
  File "C:\workspace\pandas-windows-test64-py27\pandas\util\testing.py", line 238, in assert_frame_equal
    check_less_precise=check_less_precise)
  File "C:\workspace\pandas-windows-test64-py27\pandas\util\testing.py", line 199, in assert_series_equal
    assert(left.dtype == right.dtype)
AssertionError
@cpcloud
Copy link
Member

cpcloud commented Jul 4, 2013

From the numpy docs: "Objects exposing the __array_struct__ interface must also not reallocate their memory if other objects are referencing them."

@jreback is there a possible weak reference issue there?

@cpcloud
Copy link
Member

cpcloud commented Jul 4, 2013

@changhiskhan maybe a recompile might help?

@jreback
Copy link
Contributor

jreback commented Jul 4, 2013

there are some actual platform specific bugs....PR in a few

@cpcloud
Copy link
Member

cpcloud commented Jul 4, 2013

ah ok

@jreback
Copy link
Contributor

jreback commented Jul 4, 2013

@changhiskhan just merged in #4123, should hopefully build ok now

@changhiskhan
Copy link
Contributor Author

sweet, i'll keep an eye on the build server

@jreback
Copy link
Contributor

jreback commented Jul 4, 2013

http://pandas.pydata.org/pandas-build/dev/

looks like builds are starting!

@cpcloud
Copy link
Member

cpcloud commented Jul 4, 2013

nice! looks like 0.12 is approaching! whoohoo

@jreback
Copy link
Contributor

jreback commented Jul 4, 2013

@changhiskhan fyi....prob should drop 3.1 and add 3.3 (not if you haven't already)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Build Library building on various platforms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants