Skip to content

5 tp algo#1157

Closed
zhoney wants to merge 4 commits intomasterfrom
5-tp-algo
Closed

5 tp algo#1157
zhoney wants to merge 4 commits intomasterfrom
5-tp-algo

Conversation

@zhoney
Copy link
Copy Markdown
Contributor

@zhoney zhoney commented Aug 27, 2020

No description provided.

zhoney added 4 commits August 27, 2020 13:32
Change-Id: I79e88fe14e3acb131e00ec684cf7d153b3eddc7c
Change-Id: Ida994c126bb66cbd0235cdec4a013e73b1f03405
Change-Id: Ib73cb252ecd5570d70c64302e3415a136431296c
Change-Id: Ic32c972c6a3395ce8693af6bad81942f18a31a41
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 27, 2020

Codecov Report

Merging #1157 into master will decrease coverage by 0.82%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1157      +/-   ##
============================================
- Coverage     65.35%   64.53%   -0.83%     
+ Complexity     5632     5610      -22     
============================================
  Files           356      362       +6     
  Lines         28874    29070     +196     
  Branches       4055     4086      +31     
============================================
- Hits          18870    18759     -111     
- Misses         8118     8427     +309     
+ Partials       1886     1884       -2     
Impacted Files Coverage Δ Complexity Δ
.../hugegraph/api/traversers/AllShortestPathsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...graph/api/traversers/CustomizedCrosspointsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...gegraph/api/traversers/CustomizedKneighborAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...du/hugegraph/api/traversers/CustomizedKoutAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...u/hugegraph/api/traversers/CustomizedPathsAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ugegraph/api/traversers/FusiformSimilarityAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...du/hugegraph/api/traversers/JaccardSimilarAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...graph/api/traversers/MultiNodeShortestPathAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...aidu/hugegraph/api/traversers/ShortestPathAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...aidu/hugegraph/api/traversers/TemplatePathAPI.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 26 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9cb6f7...b508cad. Read the comment docs.

EdgeStep step = step(g, request.step);

CustomizedKoutTraverser traverser = new CustomizedKoutTraverser(g);
System.out.println(request);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to keep this?


import static com.baidu.hugegraph.traversal.algorithm.HugeTraverser.DEFAULT_CAPACITY;
import static com.baidu.hugegraph.traversal.algorithm.HugeTraverser.DEFAULT_PATHS_LIMIT;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundant empty line

this.capacity, this.limit, this.withVertex);
}
}
} No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new line

@zhoney
Copy link
Copy Markdown
Contributor Author

zhoney commented Sep 21, 2020

close. Implemented in #1174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants