Loading tests/test_masa_enc_dec.py +2 −5 Original line number Diff line number Diff line Loading @@ -102,12 +102,9 @@ def test_masa_enc_dec( # Apply test skipping here if dtx: if output_mode == 'EXT': if ivas_br in test_split_br: pytest.skip("Skipping some DTX bitrates for EXT") else: if output_mode != 'EXT': if ivas_br not in test_split_br: pytest.skip("Skipping some other DTX bitrates for other outputs") pytest.skip("Skipping some DTX bitrates for other than EXT output to save time") # Set reference encoder and decoder ref_encoder_frontend = EncoderFrontend(ref_encoder_path, "REF") Loading Loading
tests/test_masa_enc_dec.py +2 −5 Original line number Diff line number Diff line Loading @@ -102,12 +102,9 @@ def test_masa_enc_dec( # Apply test skipping here if dtx: if output_mode == 'EXT': if ivas_br in test_split_br: pytest.skip("Skipping some DTX bitrates for EXT") else: if output_mode != 'EXT': if ivas_br not in test_split_br: pytest.skip("Skipping some other DTX bitrates for other outputs") pytest.skip("Skipping some DTX bitrates for other than EXT output to save time") # Set reference encoder and decoder ref_encoder_frontend = EncoderFrontend(ref_encoder_path, "REF") Loading