Skip to content

Commit

Permalink
added more moore
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Oct 9, 2024
1 parent 276277e commit 2bce862
Show file tree
Hide file tree
Showing 4 changed files with 2,508 additions and 2,140 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
All of the poems in here are good, or interesting. There are currently 8,988 poems in 44 (3.586) languages by 592 (255.195) authors from 82 (13.681) countries.
All of the poems in here are good, or interesting. There are currently 9,002 poems in 44 (3.581) languages by 592 (255.291) authors from 82 (13.648) countries.

(The quantites in the parentheses are the effective counts, based on the entropy of the distribution over the poems.)
2 changes: 1 addition & 1 deletion poems/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def apply_history(self, history: DataFrame, cooldown: int = 30 * 86400, manage_a
treated_authors.append(entry.author)

if verbose:
logger.info(f"Dropped authors {dropped_authors}.")
logger.info(f"Dropped authors {dropped_authors}")


self.df.loc[indices_to_drop, "likelihood"] = 0
Expand Down
1 change: 0 additions & 1 deletion poems/data/holidays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ dates:
29: saint_saturninus
30: saint_andrew


december:
1: saint_eligius
2: blessed_rafal_chylinski
Expand Down
Loading

0 comments on commit 2bce862

Please sign in to comment.