Skip to content

Commit

Permalink
Merge pull request swe-bench#149 from princeton-nlp/run-id-required
Browse files Browse the repository at this point in the history
Interface fix: run_id is required
  • Loading branch information
carlosejimenez authored Jul 1, 2024
2 parents 8f98b75 + 5edeb68 commit 7f67c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swebench/harness/run_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def get_dataset_from_preds(
split: str,
instance_ids: list,
predictions: dict,
run_id: str = None,
run_id: str,
exclude_completed: bool = True
):
"""
Expand Down

0 comments on commit 7f67c1f

Please sign in to comment.