You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR resolves#9648, fixing a bug introduced in #9542 wherein name equality was enforced for Series objects compared via `equals`. It looks like pandas requires name equality only for DataFrames, and we simply didn't have tests for this before.
This should go in the 21.12 release since it's a bug affecting downstream dependencies.
Authors:
- Vyas Ramasubramani (https://github.com/vyasr)
Approvers:
- GALI PREM SAGAR (https://github.com/galipremsagar)
URL: #9653
Describe the bug
cudf.Series.equals
is no longer giving same results aspandas
Steps/Code to reproduce bug
cuDF:
pandas:
Expected behavior
Same result as pandas
Environment overview
gpuci/rapidsai:21.12-cuda11.0-devel-ubuntu18.04-py3.7
)mamba install cudf=21.12
Environment details
Click here to see environment details
Additional context
This is causing failures in the RAPIDS CLX nightly build because some of our unit tests use
cudf.Series.equals
.The text was updated successfully, but these errors were encountered: