Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into cleanup_graph_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings authored Aug 20, 2024
2 parents 73c2059 + 710f268 commit a0556f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cugraph/cugraph/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ def create_list_series_from_2d_ar(ar, index):
mask_col = cp.full(shape=n_rows, fill_value=True)
mask = cudf._lib.transform.bools_to_mask(as_column(mask_col))
lc = cudf.core.column.ListColumn(
data=None,
size=n_rows,
dtype=cudf.ListDtype(data.dtype),
mask=mask,
Expand Down

0 comments on commit a0556f0

Please sign in to comment.