diff --git a/tests/tt_eager/python_api_testing/non_working_unit_tests/grayskull/test_reduce_sum_h.py b/tests/tt_eager/python_api_testing/non_working_unit_tests/grayskull/test_reduce_sum_h.py index 72c822f670f..7c9d75d4de0 100644 --- a/tests/tt_eager/python_api_testing/non_working_unit_tests/grayskull/test_reduce_sum_h.py +++ b/tests/tt_eager/python_api_testing/non_working_unit_tests/grayskull/test_reduce_sum_h.py @@ -34,7 +34,7 @@ def run_reduce_max_h_tests(input_shape, dtype, dlayout, in_mem_config, out_mem_c ) # compare tt and golden outputs - success, pcc_value = comp_equal(ref_value, tt_result) + success, pcc_value = comp_pcc(ref_value, tt_result) logger.debug(pcc_value) assert success