Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: IndexError when replaying incomplete trajectories #410

Merged
merged 1 commit into from
May 24, 2024

Conversation

klieret
Copy link
Member

@klieret klieret commented May 24, 2024

Closes #124

Copy link

codecov bot commented May 24, 2024

Codecov Report

Attention: Patch coverage is 36.36364% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 75.83%. Comparing base (2d0caa5) to head (1dd10b5).
Report is 5 commits behind head on main.

Files Patch % Lines
sweagent/agent/models.py 36.36% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #410      +/-   ##
==========================================
- Coverage   75.94%   75.83%   -0.11%     
==========================================
  Files          18       18              
  Lines        2885     2893       +8     
==========================================
+ Hits         2191     2194       +3     
- Misses        694      699       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@klieret klieret merged commit 478eaa7 into main May 24, 2024
5 of 7 checks passed
@klieret klieret deleted the fix-index-error-replay branch May 24, 2024 21:42
This pull request was closed.
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.

Run-replay: IndexError: list index out of range
1 participant