From 6682cb49eebc26712c5327f5c88b32378b2f4571 Mon Sep 17 00:00:00 2001 From: Alexandria Barghi Date: Tue, 19 Sep 2023 12:26:28 -0700 Subject: [PATCH] clarifying comments --- cpp/src/c_api/uniform_neighbor_sampling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/c_api/uniform_neighbor_sampling.cpp b/cpp/src/c_api/uniform_neighbor_sampling.cpp index 21e18b9e6b0..6d077d4764e 100644 --- a/cpp/src/c_api/uniform_neighbor_sampling.cpp +++ b/cpp/src/c_api/uniform_neighbor_sampling.cpp @@ -349,7 +349,7 @@ struct uniform_neighbor_sampling_functor : public cugraph::c_api::abstract_funct majors.emplace(std::move(src)); minors = std::move(dst); - renumber_map_offsets = std::move(offsets); + renumber_map_offsets = std::move(offsets); // this is a temporary hack for debugging that lets me see the values of this array from Python hop.reset(); offsets.reset(); }