Skip to content

Commit

Permalink
Added FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Mar 8, 2024
1 parent 47119c3 commit 5f32d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cugraph/cugraph/dask/community/egonet.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def ego_graph(input_graph, n, radius=1, center=True):

wait(cudf_result)

# FIXME: results returned from dask calls are randomly ordered
ddf = dask_cudf.from_delayed(cudf_result).persist()
wait(ddf)

Expand Down

0 comments on commit 5f32d8d

Please sign in to comment.