Tiny change

This commit is contained in:
Dominik Moritz Roth 2022-02-11 18:16:43 +01:00
parent 07da41f1f5
commit 3a14e32e58

View File

@ -898,7 +898,7 @@ def recommendNBooks(G, mu, std, n, removeTopListsB=True, removeUselessRecommende
removeDangling(G, alsoBooks=True)
removeKeepBest(G, n+math.ceil(n/20)+3, maxDistForRead=1.5)
removeEdge(G)
removeKeepBest(G, n+2, maxDistForRead=1.25)
removeKeepBest(G, n+1, maxDistForRead=1.25)
removeUselessSeries(G, mu)
removeUselessTags(G)
removeUselessReadBooks(G)