From 2ff3a236065568be5e6b299049bdff63d63ed763 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 25 Nov 2024 19:21:08 -0800 Subject: [PATCH] fix: add num_ctx parameter to run_test_real function --- benchmark/benchmark.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 840894ddf..78db4403a 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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)