Less pre-filter for newBook

This commit is contained in:
Dominik Moritz Roth 2022-02-06 21:45:08 +01:00
parent 5f812a6b85
commit 46fe3390b0

View File

@ -961,7 +961,7 @@ def shell(G, books, mu, std):
embed(globals(), locals())
def newBooks(G, books, num, mu, std):
removeBad(G, mu+std)
removeBad(G, mu-std*2)
findNewBooks(G, books, num, minRecSco = mu-std)
removeUnread(G)
removeUselessReadBooks(G)