Loading tests/test_sba_bs_dec_plc.py +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ def test_sba_plc_system( # skip high bitrates for DTX until DTX issue is resolved pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '1' and agc == 0 and fs != '16': if dtx == '1' and fs != '16': SID = 1 else: pytest.skip() Loading Loading
tests/test_sba_bs_dec_plc.py +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ def test_sba_plc_system( # skip high bitrates for DTX until DTX issue is resolved pytest.skip() if ivas_br == '13200' or ivas_br == '16400': if dtx == '1' and agc == 0 and fs != '16': if dtx == '1' and fs != '16': SID = 1 else: pytest.skip() Loading