Skip to content
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

Several tests seem to be failing #7

Open
marcinz opened this issue Jun 22, 2021 · 1 comment
Open

Several tests seem to be failing #7

marcinz opened this issue Jun 22, 2021 · 1 comment
Assignees

Comments

@marcinz
Copy link
Contributor

marcinz commented Jun 22, 2021

The tests that are failing.

The tests that fail on CPU:

[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.

Tests that fail on one GPU:

[FAIL] (GPU) tests/pandas/df_join.py

All tests seem to fail on 2 GPUs. Must be something obvious.

@marcinz marcinz self-assigned this Jun 22, 2021
@marcinz
Copy link
Contributor Author

marcinz commented Jun 24, 2021

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.

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

No branches or pull requests

1 participant