rapidsai / cugraph

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

[ENH] Add a test dataset with strings and multiple columns as a DataSets option #1575

Closed BradReesWork closed 5 months ago

BradReesWork commented 3 years ago

Describe the solution you'd like We need a test dataset where the vertex IDs are expressed as strings. This will better test renumbering and un-renumbering

Additionally there should be a dataset where vertex IDs are multiple columns

This two datasets could be for local developer testing rather than CI

This should be one of the options under DataSets

github-actions[bot] commented 2 years 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.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-90d due to no recent activity in the past 90 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.

BradReesWork commented 5 months ago

The cyber dataset addresses this issues