Closed
Description
tests/test_algos.py:TestHashTable:test_lookup_nan
TST: 32bit dtype compat #36579 #36584tests/test_algos.py:TestHashTable:test_lookup_overflow
TST: 32bit dtype compat #36579 #36584tests/indexes/test_base.py:test_get_indexer_non_unique_wrong_dtype
TST: 32bit dtype compat #36579 #36584tests/indexes/period/test_indexing.py:TestGetIndexer:test_get_indexer_non_unique
TST: 32bit dtype compat #36579 #36584
E AssertionError: numpy array are different
E
E Attribute "dtype" are different
E [left]: int32
E [right]: int64
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
TST: 32bit dtype compat pandas-dev#36579
TST: 32bit dtype compat pandas-dev#36579
TST: use np.intp pandas-dev#36579
TST: 32bit dtype compat #36579 (#36584)
fangchenli commentedon Oct 25, 2020
There are several new failures reported by #35898.
TST/CI: fix 32bit dtype tests pandas-dev#36579, pandas-dev#32709
TST/CI: xfail 32-bit tests pandas-dev#36579, pandas-dev#32709
fangchenli commentedon Oct 25, 2020
Comment on xfailed test: On 32-bit system, the output dtype is also
int64
. Is this a bug?CI: skip test pandas-dev#36579, pandas-dev#32709
CI: docker 32-bit linux build #32709 (#35898)
TST: 32bit dtype compat pandas-dev#36579 (pandas-dev#36584)
CI: docker 32-bit linux build pandas-dev#32709 (pandas-dev#35898)
CI: docker 32-bit linux build pandas-dev#32709 (pandas-dev#35898)
ivanovmg commentedon Nov 4, 2020
One more failure (addressing in #37623).
mroeschke commentedon Nov 22, 2023
Looks like the tests in the OP have been all marked now so closing