Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(algorithm): support biased second order random walk #280

Merged
merged 17 commits into from
Dec 4, 2023

chore: nullableKeys test

7d6e8ca
Select commit
Loading
Failed to load commit list.
Merged

feat(algorithm): support biased second order random walk #280

chore: nullableKeys test
7d6e8ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 4, 2023 in 0s

83.42% of diff hit (target 85.03%)

View this Pull Request on Codecov

83.42% of diff hit (target 85.03%)

Annotations

Check warning on line 121 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L121

Added line #L121 was not covered by tests

Check warning on line 128 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L128

Added line #L128 was not covered by tests

Check warning on line 137 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L137

Added line #L137 was not covered by tests

Check warning on line 144 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L144

Added line #L144 was not covered by tests

Check warning on line 151 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L151

Added line #L151 was not covered by tests

Check warning on line 157 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L157

Added line #L157 was not covered by tests

Check warning on line 163 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L163

Added line #L163 was not covered by tests

Check warning on line 170 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L170

Added line #L170 was not covered by tests

Check warning on line 280 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L280

Added line #L280 was not covered by tests

Check warning on line 282 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L282

Added line #L282 was not covered by tests

Check warning on line 291 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalk.java#L291

Added line #L291 was not covered by tests

Check warning on line 70 in computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalkMessage.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-algorithm/src/main/java/org/apache/hugegraph/computer/algorithm/sampling/RandomWalkMessage.java#L70

Added line #L70 was not covered by tests

Check warning on line 95 in computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/value/ListValue.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

computer-api/src/main/java/org/apache/hugegraph/computer/core/graph/value/ListValue.java#L95

Added line #L95 was not covered by tests