Skip to content

fix(swebench): build reports after Modal evaluations - #770

Open
onatozmenn wants to merge 1 commit into
OpenHands:mainfrom
onatozmenn:fix/modal-swebench-report
Open

fix(swebench): build reports after Modal evaluations#770
onatozmenn wants to merge 1 commit into
OpenHands:mainfrom
onatozmenn:fix/modal-swebench-report

Conversation

@onatozmenn

Copy link
Copy Markdown

Fixes #623

Modal returns before SWE-bench writes its aggregate report, so the wrapper tries to move a file that was never created.

When that file is missing after a Modal run, this calls SWE-bench's own make_run_report. Non-Modal runs keep the existing path. The same fallback is used by SWE-bench and SWE-bench Multilingual.

Tested with pytest tests/test_swebench_eval_infer.py (10 passed), Ruff, pycodestyle, and Pyright.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

swebench-eval modal runs fail after successful evaluation because final run report is never written

1 participant