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

make_zip_iterator should be on a make_tuple #1857

Merged

Conversation

ChuckHastings
Copy link
Collaborator

@ChuckHastings ChuckHastings commented Sep 28, 2021

21.12 builds are failing. This is a potential culprit. The zip iterator should be passed a tuple. Looks like this bug was introduced during 21.10, I'm fixing it here so that it can be propagated to 21.12 also.

@ChuckHastings ChuckHastings requested a review from a team as a code owner September 28, 2021 19:38
@ChuckHastings ChuckHastings self-assigned this Sep 28, 2021
@ChuckHastings ChuckHastings added 3 - Ready for Review bug Something isn't working non-breaking Non-breaking change labels Sep 28, 2021
@ChuckHastings ChuckHastings added this to the 21.10 milestone Sep 28, 2021
@ajschmidt8
Copy link
Member

rerun tests

1 similar comment
@ChuckHastings
Copy link
Collaborator Author

rerun tests

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2021

Codecov Report

Merging #1857 (b68aa4b) into branch-21.10 (1397f6c) will not change coverage.
The diff coverage is n/a.

❗ Current head b68aa4b differs from pull request most recent head 8c8000b. Consider uploading reports for the commit 8c8000b to get more accurate results
Impacted file tree graph

@@              Coverage Diff              @@
##           branch-21.10    #1857   +/-   ##
=============================================
  Coverage         70.08%   70.08%           
=============================================
  Files               143      143           
  Lines              8817     8817           
=============================================
  Hits               6179     6179           
  Misses             2638     2638           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1397f6c...8c8000b. Read the comment docs.

@ChuckHastings
Copy link
Collaborator Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 3a904b3 into rapidsai:branch-21.10 Sep 29, 2021
@ChuckHastings ChuckHastings deleted the bug_louvain_zip_iterator branch February 1, 2022 16:35
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.

4 participants