Skip to content

Commit

Permalink
Merge pull request #9 from OZI-Project/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
rjdbcm authored Jul 12, 2024
2 parents f8540d7 + 3ba45c6 commit bef7118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ozi_core/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def calculate_score(lines: int, t1: int, t2: int, t3: int) -> float: # pragma:
"""
b = 5.0
x = log(lines + 1, b) - log10(
(lines
+ 1)
(lines + 1)
** (
log10(CommentQuality.TIER3 + t3 + 1)
- log10(CommentQuality.TIER3)
Expand Down

0 comments on commit bef7118

Please sign in to comment.