Skip to content

Commit

Permalink
remove dupe comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgesmr committed Dec 4, 2022
1 parent d2425ba commit d66eaa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scorers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def score(cls, scored_post: ScoredPost) -> SimpleScorer:
# We don't want zeros in other metrics to multiply that out
# Inflate every value by 1
metric_average = stats.gmean(
# We don't want zeros to multiply out posts with values in the other metric
# Inflate every value by 1
[
scored_post.info["reblogs_count"]+1,
scored_post.info["favourites_count"]+1,
Expand Down

0 comments on commit d66eaa4

Please sign in to comment.