diff --git a/tests/sweep_framework/sweeps/normalization/batch_norm/batch_norm.py b/tests/sweep_framework/sweeps/normalization/batch_norm/batch_norm.py index 57fac0f000e3..4483c385fff7 100644 --- a/tests/sweep_framework/sweeps/normalization/batch_norm/batch_norm.py +++ b/tests/sweep_framework/sweeps/normalization/batch_norm/batch_norm.py @@ -129,5 +129,4 @@ def run( momentum=momentum, ) - print([check_with_pcc(torch_result, output_tensor, 0.99), e2e_perf]) return [check_with_pcc(torch_result, output_tensor, 0.99), e2e_perf] diff --git a/tests/sweep_framework/sweeps_runner.py b/tests/sweep_framework/sweeps_runner.py index c8145020aa5a..6fcf93734c45 100644 --- a/tests/sweep_framework/sweeps_runner.py +++ b/tests/sweep_framework/sweeps_runner.py @@ -95,11 +95,6 @@ def run(test_module, input_queue, output_queue): output_queue.put([status, message, e2e_perf, perf_result]) else: output_queue.put([status, message, e2e_perf, None]) - if not status: - print("-----------------------") - print("current parameter ", test_vector) - print("STATUS", status) - print("message", message) except Empty as e: try: # Run teardown in mesh_device_fixture