Commit 1b1f108e authored by Jan Kiene's avatar Jan Kiene
Browse files

add max abs diff to printout

parent 03da3a69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,4 +197,4 @@ def test_be_for_jbm_neutral_dly_profile(
            test_start_offset_ms=JBM_NEUTRAL_DELAY_MS,
        )
        if not cmp_result["bitexact"]:
            pytest.fail("Difference between no jbm and zero-delay jbm decoding!")
            pytest.fail(f"Difference between no jbm and zero-delay jbm decoding found! Max abs diff: {cmp_result["max_abs_diff"]}")