fix: add num_ctx parameter to run_test_real function

This commit is contained in:
Paul Gauthier (aider) 2024-11-25 19:21:08 -08:00
parent c5ce57ea7f
commit 2ff3a23606

View file

@ -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)