Commit fbdadac8 authored by norvell's avatar norvell
Browse files

Remove peaq_binaural parameter from test_sba.py

parent 4ab254e0
Loading
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ def test_pca_enc(
    get_odg,
    get_enc_stats,
    compare_to_input,
    peaq_binaural,
):
    pca = True
    bitrate = "256000"
@@ -190,7 +189,6 @@ def test_pca_enc(
            get_ssnr=get_ssnr,
            get_odg=get_odg,
            compare_to_input=compare_to_input,
            peaq_binaural=peaq_binaural,
        )


@@ -228,7 +226,6 @@ def test_sba_enc_system(
    get_odg,
    get_enc_stats,
    compare_to_input,
    peaq_binaural,
):

    plc_pattern = None
@@ -368,7 +365,6 @@ def test_sba_enc_system(
            get_ssnr=get_ssnr,
            get_odg=get_odg,
            compare_to_input=compare_to_input,
            peaq_binaural=peaq_binaural,
        )


@@ -398,7 +394,6 @@ def test_spar_hoa2_enc_system(
    get_odg,
    get_enc_stats,
    compare_to_input,
    peaq_binaural,
):
    sampling_rate = "48"
    pca = False
@@ -512,7 +507,6 @@ def test_spar_hoa2_enc_system(
            get_ssnr=get_ssnr,
            get_odg=get_odg,
            compare_to_input=compare_to_input,
            peaq_binaural=peaq_binaural,
        )


@@ -542,7 +536,6 @@ def test_spar_hoa3_enc_system(
    get_odg,
    get_enc_stats,
    compare_to_input,
    peaq_binaural,
):
    sampling_rate = "48"
    pca = False
@@ -650,7 +643,6 @@ def test_spar_hoa3_enc_system(
            get_ssnr=get_ssnr,
            get_odg=get_odg,
            compare_to_input=compare_to_input,
            peaq_binaural=peaq_binaural,
        )


@@ -684,7 +676,6 @@ def test_sba_enc_BWforce_system(
    get_odg,
    get_enc_stats,
    compare_to_input,
    peaq_binaural,
):
    sid = 0
    plc_pattern = None
@@ -808,7 +799,6 @@ def test_sba_enc_BWforce_system(
            get_ssnr=get_ssnr,
            get_odg=get_odg,
            compare_to_input=compare_to_input,
            peaq_binaural=peaq_binaural,
        )


@@ -846,7 +836,6 @@ def test_sba_plc_system(
    get_odg,
    get_enc_stats,
    compare_to_input,
    peaq_binaural,
):
    sid = 0
    pca = False
@@ -947,7 +936,6 @@ def test_sba_plc_system(
            get_ssnr=get_ssnr,
            get_odg=get_odg,
            compare_to_input=compare_to_input,
            peaq_binaural=peaq_binaural,
        )


@@ -1107,7 +1095,6 @@ def sba_dec(
    get_ssnr=False,
    get_odg=False,
    compare_to_input=False,
    peaq_binaural=False,
):
    dut_pkt_dir = f"{dut_base_path}/sba_bs/pkt"
    ref_pkt_dir = f"{reference_path}/sba_bs/pkt"