Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang committed Feb 20, 2025
1 parent b187760 commit d2fd5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swebench/harness/run_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ def main(
client = docker.from_env()

existing_images = list_images(client)
print(f"Running {len(dataset)} unevaluated instances...")
if not dataset:
print("No instances to run.")
else:
Expand Down

0 comments on commit d2fd5bc

Please sign in to comment.