Skip to content

multiple tests errors and failures while building 0.18.1+git25-ga7469cf on i386 (ok on amd64) #14288

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 Sep 23, 2016 · 2 comments
Labels
Duplicate Report Duplicate issue or pull request Testing pandas testing functions or related to the test suite

Comments

@yarikoptic
Copy link
Contributor

yarikoptic commented Sep 23, 2016

Code Sample, a copy-pastable example if possible

% grep -2 '^\(FAIL\|ERROR\|[^ ]*Error:\)' pandas_0.18.1+git25-ga7469cf-1~nd90+1_i386.build

======================================================================
ERROR: test_groupby (pandas.tests.test_categorical.TestCategoricalAsBlock)
----------------------------------------------------------------------
Traceback (most recent call last):
--
  File "/build/pandas-0.18.1+git25-ga7469cf/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby.py", line 4433, in _groupby_indices
    counts = np.bincount(codes[mask], minlength=values.categories.size)
TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe'

======================================================================
ERROR: test_get_group_empty_bins (pandas.tests.test_groupby.TestGroupBy)
----------------------------------------------------------------------
Traceback (most recent call last):
--
  File "/build/pandas-0.18.1+git25-ga7469cf/debian/tmp/usr/lib/python2.7/dist-packages/pandas/core/groupby.py", line 4433, in _groupby_indices
    counts = np.bincount(codes[mask], minlength=values.categories.size)
TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe'

======================================================================
FAIL: test_nat (pandas.tseries.tests.test_base.TestDatetimeIndexOps)
----------------------------------------------------------------------
Traceback (most recent call last):
--
  File "/build/pandas-0.18.1+git25-ga7469cf/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 1018, in raise_assert_detail
    raise AssertionError(msg)
AssertionError: numpy array are different

Attribute "dtype" are different
--
======================================================================
FAIL: test_nat (pandas.tseries.tests.test_base.TestPeriodIndexOps)
----------------------------------------------------------------------
Traceback (most recent call last):
--
  File "/build/pandas-0.18.1+git25-ga7469cf/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 1018, in raise_assert_detail
    raise AssertionError(msg)
AssertionError: numpy array are different

Attribute "dtype" are different
--
======================================================================
FAIL: test_nat (pandas.tseries.tests.test_base.TestTimedeltaIndexOps)
----------------------------------------------------------------------
Traceback (most recent call last):
--
  File "/build/pandas-0.18.1+git25-ga7469cf/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 1018, in raise_assert_detail
    raise AssertionError(msg)
AssertionError: numpy array are different

Attribute "dtype" are different
--
Ran 10942 tests in 1071.084s

FAILED (SKIP=284, errors=2, failures=3)
True
WHAT THE

output of pd.show_versions()

all the versions and more info is in the full build log: http://neuro.debian.net/_files/_buildlogs/pandas/0.18.1+git25-ga7469cf/pandas_0.18.1+git25-ga7469cf-1_amd64.build but altogether versions are close/the same as in #14269 (comment)

@jreback
Copy link
Contributor

jreback commented Sep 23, 2016

duplicate of #14183

@jreback jreback closed this as completed Sep 23, 2016
@jreback jreback added Testing pandas testing functions or related to the test suite Duplicate Report Duplicate issue or pull request labels Sep 23, 2016
@jreback jreback added this to the No action milestone Sep 23, 2016
@jreback
Copy link
Contributor

jreback commented Sep 23, 2016

we do very little testing on 32-bit windows, so patches from the community welcome.

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

No branches or pull requests

2 participants