-
Notifications
You must be signed in to change notification settings - Fork 315
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 fixes for MNMG coarsen_graph, renumber_edgelist, relabel #1364
Bug fixes for MNMG coarsen_graph, renumber_edgelist, relabel #1364
Conversation
@ChuckHastings @rlratzel @aschaffer This affects you guys, so please take a look. |
rerun tests. |
Unless you've changed the signatures of => No changes in the API, but if you call sort_and_shuffle_values() or renumber_edgelist(), they will fail without these bug fixes. This will not affect you till you're ready for testing, but this is necessary for the test to succeed. |
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #1364 +/- ##
===============================================
- Coverage 60.38% 58.92% -1.46%
===============================================
Files 67 67
Lines 3029 3058 +29
===============================================
- Hits 1829 1802 -27
- Misses 1200 1256 +56
Continue to review full report at Codecov.
|
@gpucibot merge |
Bug fixes for MNMG coarsen_graph, renumber_edgelist, relabel