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

Add schema version to report card #178

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Add schema version to report card #178

merged 1 commit into from
Jul 12, 2024

Conversation

klieret
Copy link
Member

@klieret klieret commented Jul 11, 2024

Since I now have both old SWE-bench report cards and the new ones, it's useful to easily distinguish which version of the data file I have so that I can add custom logic depending on how the data file is structured. I think it's generally good practice to increment such a schema version number every time the data file format is changed.

Closes #148

@klieret klieret force-pushed the add-schema-version branch from fbdede9 to 44482e2 Compare July 11, 2024 18:47
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.29%. Comparing base (ba367d7) to head (44482e2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
+ Coverage   57.83%   58.29%   +0.46%     
==========================================
  Files          19       20       +1     
  Lines        1947     1964      +17     
==========================================
+ Hits         1126     1145      +19     
+ Misses        821      819       -2     

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

@john-b-yang
Copy link
Member

Sweet, thx for adding this @klieret! LGTM + will merge

@john-b-yang john-b-yang merged commit d99c1c4 into main Jul 12, 2024
3 checks passed
@john-b-yang john-b-yang deleted the add-schema-version branch July 18, 2024 19:41
sreekarmolakalapalli pushed a commit to Modelcode-ai/SWE-bench that referenced this pull request Aug 14, 2024
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.

Add a schema_version: 2 field to evaluation output files
2 participants