Loading scripts/ivas_pytests/tests/system_tests/test_spar_foa_bs_enc.py +3 −9 Original line number Diff line number Diff line Loading @@ -69,10 +69,6 @@ agc_tag_list = ['stvFOA'] # TODO: create and use new 24dB signals # agc_tag_list = ['stvFOA_24dB_'] # agc_list = [-1, 0, 1] # don't check with current test vector that specifying "-agc 1" or not produces the same result agc_list = [-1, 0] sample_rate_bw_idx_list = [('48', 'SWB'), ('48', 'WB'), ('32', 'WB')] AbsTol = '4' Loading Loading @@ -161,7 +157,7 @@ def test_bypass_enc( @pytest.mark.parametrize("dtx", dtx_set) @pytest.mark.parametrize("tag", tag_list) @pytest.mark.parametrize("fs", sample_rate_list) @pytest.mark.parametrize("agc", agc_list) #@pytest.mark.parametrize("agc", agc_list) def test_spar_foa_enc_system( dut_encoder_frontend: EncoderFrontend, dut_decoder_frontend: DecoderFrontend, Loading @@ -175,14 +171,12 @@ def test_spar_foa_enc_system( dtx, tag, fs, agc # agc ): if update_ref == 1 and agc >= 0: pytest.skip() tag = tag + fs + 'c' max_bw = "FB" bypass = -1 agc = 0 use_agc_ref = 0 sba_order = "+1" output_config = "FOA" Loading Loading
scripts/ivas_pytests/tests/system_tests/test_spar_foa_bs_enc.py +3 −9 Original line number Diff line number Diff line Loading @@ -69,10 +69,6 @@ agc_tag_list = ['stvFOA'] # TODO: create and use new 24dB signals # agc_tag_list = ['stvFOA_24dB_'] # agc_list = [-1, 0, 1] # don't check with current test vector that specifying "-agc 1" or not produces the same result agc_list = [-1, 0] sample_rate_bw_idx_list = [('48', 'SWB'), ('48', 'WB'), ('32', 'WB')] AbsTol = '4' Loading Loading @@ -161,7 +157,7 @@ def test_bypass_enc( @pytest.mark.parametrize("dtx", dtx_set) @pytest.mark.parametrize("tag", tag_list) @pytest.mark.parametrize("fs", sample_rate_list) @pytest.mark.parametrize("agc", agc_list) #@pytest.mark.parametrize("agc", agc_list) def test_spar_foa_enc_system( dut_encoder_frontend: EncoderFrontend, dut_decoder_frontend: DecoderFrontend, Loading @@ -175,14 +171,12 @@ def test_spar_foa_enc_system( dtx, tag, fs, agc # agc ): if update_ref == 1 and agc >= 0: pytest.skip() tag = tag + fs + 'c' max_bw = "FB" bypass = -1 agc = 0 use_agc_ref = 0 sba_order = "+1" output_config = "FOA" Loading