Loading tests/test_sba_bs_dec_plc.py +0 −3 Original line number Diff line number Diff line Loading @@ -93,9 +93,6 @@ def test_sba_plc_system( if dtx == '1' and ivas_br not in ['13200','16400','32000', '64000']: # skip high bitrates for DTX until DTX issue is resolved pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '0' and agc == 1: pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '1' and agc == 0 and fs != '16': SID = 1 Loading Loading
tests/test_sba_bs_dec_plc.py +0 −3 Original line number Diff line number Diff line Loading @@ -93,9 +93,6 @@ def test_sba_plc_system( if dtx == '1' and ivas_br not in ['13200','16400','32000', '64000']: # skip high bitrates for DTX until DTX issue is resolved pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '0' and agc == 1: pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '1' and agc == 0 and fs != '16': SID = 1 Loading