Skip to content

Commit

Permalink
Merge pull request #39 from MinaFoundation/update-seed-for-determinis…
Browse files Browse the repository at this point in the history
…tic-results

Update seed for deterministic results
  • Loading branch information
berkingurcan authored Oct 14, 2024
2 parents 68c0a1b + 6f09e8b commit 7fdff3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github_tracker_bot/ai_decide_commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def validate_date_format(date_str: str) -> bool:


async def decide_daily_commits(
date: str, data_array: List[CommitData], seed: int = None
date: str, data_array: List[CommitData], seed: int = 42
):
if not validate_date_format(date):
raise ValueError("Incorrect date format, should be YYYY-MM-DD")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

setup(
name="pgt_leaderbot",
version="0.3.5",
version="0.3.6",
packages=find_packages(),
)

0 comments on commit 7fdff3b

Please sign in to comment.