mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: add num_ctx parameter to run_test_real function
This commit is contained in:
parent
c5ce57ea7f
commit
2ff3a23606
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,7 @@ def main(
|
|||
max_apply_update_errors,
|
||||
editor_model,
|
||||
editor_edit_format,
|
||||
num_ctx,
|
||||
)
|
||||
|
||||
all_results.append(results)
|
||||
|
@ -529,6 +530,7 @@ def run_test_real(
|
|||
max_apply_update_errors,
|
||||
editor_model,
|
||||
editor_edit_format,
|
||||
num_ctx=None,
|
||||
):
|
||||
if not os.path.isdir(testdir):
|
||||
print("Not a dir:", testdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue