Skip to content

Commit

Permalink
update renumber weights
Browse files Browse the repository at this point in the history
  • Loading branch information
Iroy30 committed Mar 30, 2021
1 parent 577ca25 commit a451d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/structure/renumber_wrapper.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cdef renumber_helper(shuffled_vertices_t* ptr_maj_min_w, vertex_t, weights):

shuffled_weights_series = cudf.Series(data=shuffled_weights_buffer, dtype=weight_t)

shuffled_df['weights']= shuffled_weights_series
shuffled_df['value']= shuffled_weights_series

return shuffled_df

Expand Down

0 comments on commit a451d0b

Please sign in to comment.