[bugfix] Fix duplicated nodes in maximal_independent_set output#5692
[bugfix] Fix duplicated nodes in maximal_independent_set output#5692danking merged 2 commits intohail-is:masterfrom
Conversation
danking
left a comment
There was a problem hiding this comment.
this needs to distinct before the if too. Neither case should produce duplicates
|
won't this require keying (and therefore shuffling) then? |
|
@danking this PR is showing up as approved on the CI, but not as approved here. |
|
github API troubles? |
cseed
left a comment
There was a problem hiding this comment.
Requesting changes to get the CI unstuck.
|
This fixes the CI: #5757. I will dismiss my review after that goes in. |
@tpoterba yeah but that's the correct answer no? |
|
Heh, this is all my fault: https://github.com/hail-is/hail/pull/5078/files |
|
yeah, the |
|
@tpoterba if you're good with the verbiage I added to the notes, then I'll approve. |
|
ya |
Fixes #5535