From 3f9ee1ac2eb48cd61be1099335700c8bdb7ec757 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Dec 2024 16:36:46 -0400 Subject: [PATCH] refactor: Remove deprecated max_apply_update_errors --- benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 7105403c8..fc42b2d7c 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -792,6 +792,7 @@ def run_test_real( ) dump(coder.ignore_mentions) + # remove all the code related to max_apply_update_errors, it's deprecated. ai! coder.max_apply_update_errors = max_apply_update_errors coder.show_announcements()