From d8504752083f53dbfab03c82acd470f5df74f8fa Mon Sep 17 00:00:00 2001 From: YeAnbang Date: Mon, 14 Jul 2025 18:23:39 +0800 Subject: [PATCH] fix style --- .../coati/distributed/reward/code_reward/testing_util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/applications/ColossalChat/coati/distributed/reward/code_reward/testing_util.py b/applications/ColossalChat/coati/distributed/reward/code_reward/testing_util.py index 12973337e..19be101f6 100644 --- a/applications/ColossalChat/coati/distributed/reward/code_reward/testing_util.py +++ b/applications/ColossalChat/coati/distributed/reward/code_reward/testing_util.py @@ -180,8 +180,6 @@ def run_test(in_outs, test=None, debug=False, timeout=15, run_all_tests=False): tmp_test = new_test sol += tmp_test - # if debug: - # print(f"sol = {sol}") method_name = "code" signal.alarm(timeout) try: