-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add parameter checks to BFS and SSSP in C API #2844
Add parameter checks to BFS and SSSP in C API #2844
Conversation
rerun tests |
1 similar comment
rerun tests |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #2844 +/- ##
===============================================
Coverage ? 62.60%
===============================================
Files ? 114
Lines ? 6397
Branches ? 0
===============================================
Hits ? 4005
Misses ? 2392
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. |
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
rerun tests |
This is a good change but can there be an updated test to cover this change? |
rerun tests |
@gpucibot merge |
MG testing resulted in discovering an assumption in the C API about types that needs to be validated. Added checks to BFS and SSSP so that the type checks will be done right away before trying to interpret the data incorrectly.
Won't pass until #2847 is addressed