neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
770 stars 194 forks source link

ArticleRank prints all values to console #755

Closed timholds closed 5 years ago

timholds commented 5 years ago

When running articlerank streaming algorithm, it seems to print all the values out to the console. image

mneedham commented 5 years ago

@timholds is it still doing this on the latest version? I tried running it and I don't see any printing...also didn't spot any sys.outs in the code