Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 9e1f92e

Browse files
author
Mark Needham
committed
compute arrays
1 parent 4462a52 commit 9e1f92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/java/org/neo4j/graphalgo/impl/WeightedDegreeCentralityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public void buildWeightsArray() throws Exception {
185185
}
186186

187187
WeightedDegreeCentrality degreeCentrality = new WeightedDegreeCentrality(graph, Pools.DEFAULT, 1, Direction.OUTGOING);
188-
degreeCentrality.compute(false);
188+
degreeCentrality.compute(true);
189189

190190
IntStream.range(0, expected.size()).forEach(i -> {
191191
final long nodeId = graph.toOriginalNodeId(i);

0 commit comments

Comments
 (0)