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
Copy file name to clipboardExpand all lines: _nx_cugraph/__init__.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,7 @@
159
159
"tadpole_graph",
160
160
"tetrahedral_graph",
161
161
"to_dict_of_lists",
162
+
"to_numpy_array",
162
163
"to_scipy_sparse_array",
163
164
"tournament_matrix",
164
165
"transitivity",
@@ -212,6 +213,7 @@
212
213
"single_source_bellman_ford": "Negative cycles are not yet supported. ``NotImplementedError`` will be raised if there are negative edge weights. We plan to support negative edge weights soon. Also, callable ``weight`` argument is not supported.",
213
214
"single_source_bellman_ford_path": "Negative cycles are not yet supported. ``NotImplementedError`` will be raised if there are negative edge weights. We plan to support negative edge weights soon. Also, callable ``weight`` argument is not supported.",
214
215
"single_source_bellman_ford_path_length": "Negative cycles are not yet supported. ``NotImplementedError`` will be raised if there are negative edge weights. We plan to support negative edge weights soon. Also, callable ``weight`` argument is not supported.",
216
+
"to_numpy_array": "MultiGraphs are not yet supported. Only valid CuPy dtypes are supported.",
215
217
"transitivity": "Directed graphs are not yet supported.",
0 commit comments