-
Notifications
You must be signed in to change notification settings - Fork 304
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
Fix Edge case in Bulk Sampler #3229
Fix Edge case in Bulk Sampler #3229
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.04 #3229 +/- ##
===============================================
Coverage ? 56.26%
===============================================
Files ? 153
Lines ? 9658
Branches ? 0
===============================================
Hits ? 5434
Misses ? 4224
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
Ok, this looks good.
@VibhuJawa can I mark this as ready and merge it? |
…awa/cugraph into fix_bulksampler_edge_case
Yup, now you can. Added a test . Feel free to merge it now. |
/merge |
This PR fixes an edge case which leads to infinite recursion.
CC: @alexbarghi-nv