Skip to content

Commit

Permalink
Return path for run eval
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang committed Jan 21, 2025
1 parent c63a113 commit 2f5f89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swebench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.3"
__version__ = "3.0.4"

from swebench.collect.build_dataset import main as build_dataset
from swebench.collect.get_tasks_pipeline import main as get_tasks_pipeline
Expand Down
2 changes: 1 addition & 1 deletion swebench/harness/run_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def main(

# clean images + make final report
clean_images(client, existing_images, cache_level, clean)
make_run_report(predictions, full_dataset, run_id, client)
return make_run_report(predictions, full_dataset, run_id, client)


if __name__ == "__main__":
Expand Down

0 comments on commit 2f5f89b

Please sign in to comment.