From 3f890551e764cb452b12a1ea7fe97e9d17ad2471 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 28 Jan 2025 09:33:14 -0800 Subject: [PATCH] fix: Add missing `read_model_settings` parameter to `run_test_real` function --- benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 63a08a306..c5520bb49 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -646,6 +646,7 @@ def run_test_real( editor_edit_format, num_ctx=None, sleep=0, + read_model_settings=None, ): if not os.path.isdir(testdir): print("Not a dir:", testdir)