Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 29, 2024
1 parent 208af42 commit b8d4ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_to_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def validate_diff(experiment_prefixes: list[str]) -> None:
raise Exception("The PR does not allow changes or removal to existing files.")
expected_added_file_paths = [
os.path.join(
"experiments", "outputs", f"{prefix}_{set_name}", "leaderboard.json"
"experiments", "outputs", f"{prefix}_{set_name}", "leaderboard.bundle"
)
for prefix in experiment_prefixes
for set_name in ["test_normal", "test_challenge"]
Expand Down

0 comments on commit b8d4ae9

Please sign in to comment.