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

fix test failing on non-matching indices for newer dask version #402

Merged

Conversation

AjayThorve
Copy link
Member

When upgrading to dask 22.9.0, this test was failing as a result of a dask_dataframe compute() call resulting in a cuDF dataframe with incorrect indices (keeps partitioned indices after map_partitions call).

This does not affect the behavior of graph charts in cuxfilter, so a trivial fix to the test, which compares against a result dataframe with sequential indices, is enough to resolve the issue.

cc @galipremsagar

@AjayThorve AjayThorve requested a review from a team as a code owner September 6, 2022 18:31
@github-actions github-actions bot added the Python label Sep 6, 2022
@AjayThorve AjayThorve added non-breaking Non-breaking change bug Something isn't working labels Sep 6, 2022
Copy link
Contributor

@galipremsagar galipremsagar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @AjayThorve !

@AjayThorve
Copy link
Member Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8a396ae into rapidsai:branch-22.10 Sep 6, 2022
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 Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants