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

[BUG]test_mg_degree fails with an undirected graph #2239

Closed
acostadon opened this issue Apr 21, 2022 · 1 comment · Fixed by #2349
Closed

[BUG]test_mg_degree fails with an undirected graph #2239

acostadon opened this issue Apr 21, 2022 · 1 comment · Fixed by #2349
Assignees
Labels
bug Something isn't working
Milestone

Comments

@acostadon
Copy link
Contributor

acostadon commented Apr 21, 2022

Describe the bug
When running test_mg_degree, the test fails with the undirected graph object.

Expected behavior
Results should be identical to running with a directed graph which passes.

Environment overview (please complete the following information)

  • Environment location: [Bare-metal run on DGX18]
  • Method of cuGraph install: [conda]

Error output

  raise AssertionError(msg)

E AssertionError: ColumnBase are different
E
E values are different (100.0 %)
E [left]: {'[0, 3, 11, 4, 0, 2, 0, 0, 1, 2, 17, 1, 0, 0, 2, 1, 2, 3, 0, 2, 2, 2, 3, 1, 0, 0, 3, 1, 2, 4, 1, 4, 2, 2]'}
E [right]: {'[2, 4, 12, 4, 16, 5, 3, 2, 3, 3, 17, 9, 5, 2, 3, 1, 2, 6, 2, 4, 4, 2, 4, 4, 2, 2, 3, 3, 10, 6, 2, 5, 2, 2]'}

@acostadon acostadon added bug Something isn't working ? - Needs Triage Need team to review and classify labels Apr 21, 2022
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Apr 25, 2022
@BradReesWork BradReesWork added this to the 22.06 milestone Apr 25, 2022
@BradReesWork BradReesWork modified the milestones: 22.06, 22.08 Jun 1, 2022
@rapidsai rapidsai deleted a comment from github-actions bot Jun 7, 2022
@acostadon
Copy link
Contributor Author

Test now passes. Added 2 additional datasets and parameterization for those datasets, running them with directed and undirected test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants