rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.63k stars 293 forks source link

MNMG Random Walks - Define C unit tests #2556

Open ChuckHastings opened 1 year ago

ChuckHastings commented 1 year ago

Define C API unit tests. These do not need to duplicate the C++ tests but should focus on testing all different mechanisms on the C API.

Tests should include both SG and MG tests.

github-actions[bot] commented 1 year ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

ChuckHastings commented 1 year ago

This work was actually completed in 22.08. Did not need this issue.