Skip to content

Commit

Permalink
clarifying comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Sep 19, 2023
1 parent 6cdf92b commit 6682cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/c_api/uniform_neighbor_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 6682cb4

Please sign in to comment.