Skip to content

Commit

Permalink
Remove old test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Jun 4, 2024
1 parent e217f56 commit 826b86b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ def calc_betweenness_centrality(
ignore_weights=not edgevals,
)
if multi_gpu_batch:
# graph_file.get_dask_edgelist()
# G = graph_file.get_dask_graph(
# create_using=cugraph.Graph(directed=directed),
# ignore_weights=not edgevals,
# )
G.enable_batch()

M = G.to_pandas_edgelist().rename(
Expand Down

0 comments on commit 826b86b

Please sign in to comment.