-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Enforce renumbering for MNMG algos #1943
[BUG] Enforce renumbering for MNMG algos #1943
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1943 +/- ##
===============================================
Coverage ? 70.28%
===============================================
Files ? 143
Lines ? 8922
Branches ? 0
===============================================
Hits ? 6271
Misses ? 2651
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a couple of minor change requests.
rerun tests |
@gpucibot merge |
A bug was reported when calling a MNMG algo with unrenumbered edge list.
This PR returns an error if
renumber=False
Change the algo name for asv reporting
closes #1936