andre15silva commited on
Commit
58195d5
·
verified ·
1 Parent(s): 6644a65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ A gym for training code agents resolve real-world software issues. This version
50
  | `repo` | `str` | `owner/repo` |
51
  | `patch` | `str` | Source-code diff that resolves the issue *(tests omitted)* |
52
  | `test_patch` | `str` | Diff of test files added/changed by the issue resolving commit |
53
- | `base_commit` | `str` | Commit hash **before** the issue resolution |
54
  | `environment_setup_commit` | `str` | Commit hash of the resolved version, from which the environment was built |
55
  | `created_at` | `str` | ISO timestamp of the issue resolving commit |
56
  | `problem_statement` | `str` | Issue title + body |
 
50
  | `repo` | `str` | `owner/repo` |
51
  | `patch` | `str` | Source-code diff that resolves the issue *(tests omitted)* |
52
  | `test_patch` | `str` | Diff of test files added/changed by the issue resolving commit |
53
+ | `base_commit` | `str` | Commit hash *before* the issue resolution |
54
  | `environment_setup_commit` | `str` | Commit hash of the resolved version, from which the environment was built |
55
  | `created_at` | `str` | ISO timestamp of the issue resolving commit |
56
  | `problem_statement` | `str` | Issue title + body |