You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/07 02:31:13 UTC

[GitHub] greghogan commented on issue #6165: [FLINK-9577] Divide-by-zero in PageRank

greghogan commented on issue #6165: [FLINK-9577] Divide-by-zero in PageRank
URL: https://github.com/apache/flink/pull/6165#issuecomment-461267091
 
 
   We do test for this in `PageRankTest.testWithEmptyGraphWithoutVertices`.
   
   Divide-by-zero is only an error for integer division and here were are operating as `double`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services