Several tests seem to be failing
Opened this issue · 1 comments
marcinz commented
The tests that are failing.
[FAIL] (CPU) tests/pandas/df_drop_duplicates.py
[FAIL] (CPU) tests/pandas/sr_astype_invalid.py
[FAIL] (CPU) tests/pandas/sr_at.py
[FAIL] (CPU) tests/pandas/sr_drop_duplicates.py
[FAIL] (CPU) tests/pandas/sr_iat.py
All of these fail on one CPU, but on 2 CPUs only at
and iat
fail.
[FAIL] (GPU) tests/pandas/df_join.py
All tests seem to fail on 2 GPUs. Must be something obvious.
marcinz commented
The tests on 2 GPUs were failing due to the CI setup, not due to a problem in Pandas.
Now, we have the following tests failing on a single CPU:
[FAIL] (CPU) tests/pandas/sr_at.py
[FAIL] (CPU) tests/pandas/sr_iat.py
On 2 CPUs, [FAIL] (CPU) tests/pandas/sr_astype_invalid.py
fails as well.
On GPUs (both a single one and two) only [FAIL] (GPU) tests/pandas/df_join.py
is failing.