Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Iroy30 committed Jun 29, 2021
1 parent 7a9997b commit 48eb7e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cugraph/dask/link_analysis/mg_pagerank_wrapper.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def mg_pagerank(input_df,
edge_t = np.dtype("int64")
else:
edge_t = vertex_t
print(vertex_t, edge_t)
if "value" in input_df.columns:
weights = input_df['value']
weight_t = weights.dtype
Expand Down

0 comments on commit 48eb7e8

Please sign in to comment.