-
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 uniform neighborhood sampling memory leak #2835
Fix uniform neighborhood sampling memory leak #2835
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #2835 +/- ##
===============================================
Coverage ? 60.40%
===============================================
Files ? 114
Lines ? 6551
Branches ? 0
===============================================
Hits ? 3957
Misses ? 2594
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. |
python/pylibcugraph/pylibcugraph/tests/test_neighborhood_sampling.py
Outdated
Show resolved
Hide resolved
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.
Oops, I approved too soon. Looks like flake8
found a bad variable in the print statement.
…ing.py Co-authored-by: Rick Ratzel <[email protected]>
@gpucibot merge |
Fix memory leak in uniform neighborhood sampling. Earlier updates adjusted the results but didn't fix the free method.
Closes #2788