We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
at
iat
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.
The text was updated successfully, but these errors were encountered:
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.
[FAIL] (CPU) tests/pandas/sr_astype_invalid.py
On GPUs (both a single one and two) only [FAIL] (GPU) tests/pandas/df_join.py is failing.
Sorry, something went wrong.
marcinz
No branches or pull requests
The tests that are failing.
The tests that fail on CPU:
All of these fail on one CPU, but on 2 CPUs only
at
andiat
fail.Tests that fail on one GPU:
All tests seem to fail on 2 GPUs. Must be something obvious.
The text was updated successfully, but these errors were encountered: