diff --git a/caliGraph.py b/caliGraph.py index 8632606..4c3f036 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -92,7 +92,7 @@ def getTopListWheight(book, topList): return 0.85 elif minScope == 100: return 0.5 - return minScope / 10 + return 50 / minScope def removeRead(G):