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
tests/strings/test_api.py
cudf.pandas
Describe the bug Investigate hangs in tests/strings/test_api.py and enable running it in cudf.pandas tests.
This set of tests is being ignored here: https://github.com/rapidsai/cudf/blob/aab6137c80c50eccc5007120f7140cfe6646b5e0/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh#L28C10-L28C35
The text was updated successfully, but these errors were encountered:
Enable tests/strings/test_api.py and tests/io/pytables in cudf.pandas…
2d73f11
… tests (#15461) closes #15425 closes #15427 The `tests/io/pytables` tests are technically skipped since they are marked `single_cpu` and we run `-m not single_cpu` Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #15461
f8dab13
… tests (rapidsai#15461) closes rapidsai#15425 closes rapidsai#15427 The `tests/io/pytables` tests are technically skipped since they are marked `single_cpu` and we run `-m not single_cpu` Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: rapidsai#15461
Successfully merging a pull request may close this issue.
Describe the bug
Investigate hangs in
tests/strings/test_api.py
and enable running it incudf.pandas
tests.This set of tests is being ignored here: https://github.com/rapidsai/cudf/blob/aab6137c80c50eccc5007120f7140cfe6646b5e0/python/cudf/cudf/pandas/scripts/run-pandas-tests.sh#L28C10-L28C35
The text was updated successfully, but these errors were encountered: