diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 51050b13a..1d27ab58f 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -693,7 +693,7 @@ def run_test_real( ignore_files.update(example_files) # Remove any ignore files from the solution set that LLM will edit - solution_files.discard(ignore_files) + solution_files.difference_update(ignore_files) # Copy all solution files for file_path in solution_files: