princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It solves 12.47% of bugs in the SWE-bench evaluation set and takes just 1 minute to run.
https://princeton-nlp.github.io/SWE-agent/
MIT License
11.86k stars 1.18k forks source link

Fix: Handle empty traj in should_skip #616

Closed klieret closed 1 week ago

klieret commented 1 week ago

Closes #614

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 12.50000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 76.33%. Comparing base (cb4d5f6) to head (f34aa26).

Files Patch % Lines
run.py 12.50% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #616 +/- ## ========================================== - Coverage 76.43% 76.33% -0.10% ========================================== Files 23 23 Lines 3399 3402 +3 ========================================== - Hits 2598 2597 -1 - Misses 801 805 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.