cugraph
cugraph copied to clipboard
Enforce matching type
This PR enforces that the vertex and the start_vertices are of the same type and throws a warning in the python API and an exception in the CAPI when there is a mismatch.
closes #4094