Loading tests/hrtf_binary_loading/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
tests/hrtf_binary_loading/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading