-
Notifications
You must be signed in to change notification settings - Fork 311
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
added test cases and verified that algorithm works for undirected graphs #2349
added test cases and verified that algorithm works for undirected graphs #2349
Conversation
rerun tests |
rerun tests |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #2349 +/- ##
================================================
+ Coverage 60.08% 60.10% +0.01%
================================================
Files 102 102
Lines 5158 5158
================================================
+ Hits 3099 3100 +1
+ Misses 2059 2058 -1
Continue to review full report at Codecov.
|
rerun tests |
4 similar comments
rerun tests |
rerun tests |
rerun tests |
rerun tests |
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.
Note for later: in the future we'll be refactoring these to use the datasets
API so we won't have to manually create paths to CSV files.
@gpucibot merge |
closes #2239