Skip to content

Commit e3d268a

Browse files
Fix LeidenAlgorithmFactory after rebase
Co-authored-by: Ioannis Panagiotas <ioannis.panagiotas@neotechnology.com>
1 parent b7c9daf commit e3d268a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algo/src/main/java/org/neo4j/gds/leiden/LeidenAlgorithmFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public Leiden build(Graph graph, CONFIG configuration, ProgressTracker progressT
3535
gamma,
3636
configuration.theta(),
3737
configuration.randomSeed().orElse(0L),
38+
configuration.concurrency(),
3839
progressTracker
3940
);
4041
}

0 commit comments

Comments
 (0)