Skip to content

Commit

Permalink
Disable GitRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jul 30, 2024
1 parent 0d93162 commit fc98173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions moatless/benchmark/swebench/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@ def create_workspace(
index_store_dir, get_repo_dir_name(instance["instance_id"])
)
return Workspace.from_dirs(
git_repo_url=repo_url,
commit=instance["base_commit"],
# TODO: Enable this to use GitRepository
# git_repo_url=repo_url,
# commit=instance["base_commit"],
repo_dir=repo_dir,
index_dir=persist_dir,
)

0 comments on commit fc98173

Please sign in to comment.