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 eigenvector testing and HITS testing discrepancies #3979

Merged
merged 5 commits into from
Nov 7, 2023

Conversation

ChuckHastings
Copy link
Collaborator

@ChuckHastings ChuckHastings commented Nov 6, 2023

Address a couple of bugs discovered in nx-cugraph testing.

HITS should raise an exception if it fails to converge.

Eigenvector computation was not quite right, nx-cugraph testing discovered an edge condition where it was obvious.

Closes #3971
Closes #3972

@ChuckHastings ChuckHastings self-assigned this Nov 6, 2023
@ChuckHastings ChuckHastings added bug Something isn't working non-breaking Non-breaking change labels Nov 6, 2023
@ChuckHastings ChuckHastings added this to the 23.12 milestone Nov 6, 2023
@ChuckHastings ChuckHastings marked this pull request as ready for review November 6, 2023 19:31
@ChuckHastings ChuckHastings requested a review from a team as a code owner November 6, 2023 19:31
Copy link
Contributor

@seunghwak seunghwak left a comment

Choose a reason for hiding this comment

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

LGTM

@ChuckHastings ChuckHastings requested a review from a team as a code owner November 7, 2023 02:27
@rlratzel
Copy link
Contributor

rlratzel commented Nov 7, 2023

/merge

@rapids-bot rapids-bot bot merged commit ac5b981 into rapidsai:branch-23.12 Nov 7, 2023
70 checks passed
@ChuckHastings ChuckHastings deleted the nx_cugraph_fixes branch December 1, 2023 21:57
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
4 participants