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

[BUG] Enable running tests/window/test_dtypes.py in cudf.pandas tests #15424

Closed
galipremsagar opened this issue Apr 1, 2024 · 0 comments · Fixed by #15444
Closed

[BUG] Enable running tests/window/test_dtypes.py in cudf.pandas tests #15424

galipremsagar opened this issue Apr 1, 2024 · 0 comments · Fixed by #15444
Labels
bug Something isn't working Python Affects Python cuDF API.

Comments

@galipremsagar
Copy link
Contributor

Describe the bug
Investigate hangs in tests/window/test_dtypes.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#L27C10-L27C37

@galipremsagar galipremsagar added bug Something isn't working Python Affects Python cuDF API. labels Apr 1, 2024
rapids-bot bot pushed a commit that referenced this issue Apr 9, 2024
closes #15424
closes #15426

In the test suite, the `window/numba` tests are skipped since they are marked `single_cpu` and these test are run with `-m not single_cpu`

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #15444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant