Github user okram commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/717#discussion_r139984575
  
    --- Diff: 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/step/map/PageRankVertexProgramStep.java
 ---
    @@ -47,7 +47,7 @@
     
         private PureTraversal<Vertex, Edge> edgeTraversal;
         private String pageRankProperty = PageRankVertexProgram.PAGE_RANK;
    -    private int times = 30;
    +    private int times = -2;
    --- End diff --
    
    No, cause of how iterations in `GraphComputer` differ from iterations in 
PageRank. We immediately get a `+1` and I need it to be `-1`, not `0`.


---

Reply via email to