imbajin commented on code in PR #1984:
URL:
https://github.com/apache/incubator-hugegraph/pull/1984#discussion_r1013020668
##########
hugegraph-core/src/main/java/com/baidu/hugegraph/job/algorithm/comm/LouvainTraverser.java:
##########
@@ -321,9 +319,7 @@ private Community wrapCommunity(Vertex v, List<Edge> nbs) {
return comm;
}
- private Collection<Pair<Community, MutableInt>> nbCommunities(
- int pass,
- List<Edge> edges) {
+ private Collection<Pair<Community, MutableInt>> nbCommunities(int pass,
List<Edge> edges) {
Review Comment:
so as this case: (not modify it):
old:
<img width="795" alt="image"
src="https://user-images.githubusercontent.com/17706099/199755660-8574b1f2-c478-4e5a-aafb-499e71dcf22f.png">
new:
<img width="814" alt="image"
src="https://user-images.githubusercontent.com/17706099/199755799-e3e2a500-28b5-4da4-8ea6-cab0c3ef85cd.png">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]