From 255502cdd2e20cceb9f17935ddf6a688053d6a74 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 3 Sep 2021 21:21:07 +0200 Subject: [PATCH] Added support for bigger Top-Lists --- caliGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):