From e618aca7e17d101204aaf7ec0dc6c5cbdcc89825 Mon Sep 17 00:00:00 2001 From: Naim Date: Mon, 25 Dec 2023 00:51:55 +0100 Subject: [PATCH] Update doc-strings --- cpp/src/community/ecg_impl.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/community/ecg_impl.cuh b/cpp/src/community/ecg_impl.cuh index 62c28a37062..6fd73fc828e 100644 --- a/cpp/src/community/ecg_impl.cuh +++ b/cpp/src/community/ecg_impl.cuh @@ -120,8 +120,8 @@ std::tuple, 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);