You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like and any additional context
currently get_vertex_data only accepts an array of vertex IDs, it should also support a single int as input
For Developers below this line
[] Code passes CI
[] Code uses Graph Primitives
[] Code in C++/CUDA layer
[] Code in C layer
[] Code in pylibcugraph Python layer
[] Code in cugraph Python layer
[] Documentation
[] Test cases at each layer (for MG tests, a note in the PR description indicating the new/existing MG tests were run and passed)
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like and any additional context
currently get_vertex_data only accepts an array of vertex IDs, it should also support a single int as input
For Developers below this line
The text was updated successfully, but these errors were encountered: