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

Updates to support correct comparisons of cuDF Series with different names #1928

Merged

Conversation

rlratzel
Copy link
Contributor

@rlratzel rlratzel commented Nov 4, 2021

cuDF PR rapidsai/cudf#9542 fixes a problem where comparisons between Series objects would return True even if the Series names were different, which is inconsistent with Pandas. Some cuGraph tests relied on the old behavior which ignored names and were failing.

This PR updates those tests to use the proper comparison utility provided by cuDF to restore the intended behavior of the test assertions.

This PR also updates the gpu CI script to use mamba for an install step to hopefully speed up CI runs.

@rlratzel rlratzel added bug Something isn't working non-breaking Non-breaking change labels Nov 4, 2021
@rlratzel rlratzel self-assigned this Nov 4, 2021
@rlratzel rlratzel requested a review from a team as a code owner November 4, 2021 16:40
@BradReesWork BradReesWork added this to the 21.12 milestone Nov 4, 2021
@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit b740286 into rapidsai:branch-21.12 Nov 4, 2021
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Dec 23, 2021
I see CI timeouts occurring at the step where local conda artifacts for libcudf and libcudf_kafka are installed. This PR uses `gpuci_mamba_retry` instead of `conda` to install those local artifacts (this change was also recently made in rapidsai/cugraph#1928).

Example timeouts:
- https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cudf/job/prb/job/cudf-gpu-test/CUDA=11.5,GPU_LABEL=driver-495,LINUX_VER=ubuntu20.04,PYTHON=3.8/5764/console
- https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cudf/job/prb/job/cudf-gpu-test/CUDA=11.5,GPU_LABEL=driver-495,LINUX_VER=ubuntu20.04,PYTHON=3.8/5773/console

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #9951
@rlratzel rlratzel deleted the branch-21.12-fixcudfcompare branch June 17, 2022 00:32
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants