diff --git a/caliGraph.py b/caliGraph.py index 724d4d6..e657bbe 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -881,8 +881,8 @@ def recommendNBooks(G, mu, std, n, removeTopListsB=True, removeUselessRecommende removeKeepBest(G, int(n*2) + 5, maxDistForRead=2) removeEdge(G) removeHighSpanTags(G, 8) - removeHighSpanReadBooks(G, 14) pruneTags(G, 7) + removeHighSpanReadBooks(G, 14) removeDangling(G, alsoBooks=False) pruneRecommenders(G, 12) removeThinRecs(G, 3)