Commit 572a7e35 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] leftover from local debugging

parent 5d6e2c9d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ def compare_rom_vs_binary(
        os.remove(out_bin_path)

    if diff_found and not xfail:
        pytest.xfail(
        pytest.fail(
            f"CuT not BE to REF! SNR : {snr:3.2f} dB, Gain CuT: {gain_b:1.3f}, Max Diff = {int(max_diff)}"
        )
    elif not diff_found and xfail: