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 improper initialization of degree_type #4755

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

ChuckHastings
Copy link
Collaborator

Closes #4734

Variable degree_type was being improperly initialized from its uninitialized self rather than from degree_type_.

@ChuckHastings ChuckHastings self-assigned this Nov 13, 2024
@ChuckHastings ChuckHastings added bug Something isn't working non-breaking Non-breaking change and removed cuGraph labels Nov 13, 2024
@ChuckHastings ChuckHastings added this to the 24.12 milestone Nov 13, 2024
@ChuckHastings ChuckHastings marked this pull request as ready for review November 13, 2024 16:14
@ChuckHastings ChuckHastings requested a review from a team as a code owner November 13, 2024 16:14
@ChuckHastings ChuckHastings changed the title Improper initialization of degree_type Fix improper initialization of degree_type Nov 13, 2024
@ChuckHastings
Copy link
Collaborator Author

/merge

@rapids-bot rapids-bot bot merged commit 4d941f2 into rapidsai:branch-24.12 Nov 15, 2024
116 checks passed
BradReesWork pushed a commit to BradReesWork/cugraph that referenced this pull request Nov 18, 2024
Closes rapidsai#4734 

Variable `degree_type` was being improperly initialized from its uninitialized self rather than from `degree_type_`.

Authors:
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Seunghwa Kang (https://github.com/seunghwak)

URL: rapidsai#4755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cuGraph non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: variable cannot appear in its own initializer
2 participants