We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
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]'}
The text was updated successfully, but these errors were encountered:
Test now passes. Added 2 additional datasets and parameterization for those datasets, running them with directed and undirected test cases.
Sorry, something went wrong.
added test cases and verified that algorithm works for undirected gra…
5dd0267
…phs (#2349) closes #2239 Authors: - Don Acosta (https://github.com/acostadon) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: #2349
acostadon
Successfully merging a pull request may close this issue.
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)
Error output
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]'}
The text was updated successfully, but these errors were encountered: