Skip to content

Commit

Permalink
Update doc-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Dec 24, 2023
1 parent 741e715 commit e618aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/community/ecg_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ std::tuple<rmm::device_uvector<vertex_t>, size_t, weight_t> ecg(
max_level,
threshold,
resolution);
// Compute final modularity using original edge weights

// Compute final modularity using original edge weights
weight_t total_edge_weight =
cugraph::compute_total_edge_weight(handle, graph_view, *edge_weight_view);

Expand Down

0 comments on commit e618aca

Please sign in to comment.