Loading tests/codec_be_on_mr_selection/constants.py +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ class ExperimentParams: P800_CATEGORIES = [f"cat{i}" for i in range(1, 7)] BS1534_CATEGORIES = [""] BS1534_MASA_HOA2_FILE_NUMS = [1, 3, 5, 7, 9, 11, 13, 15] BS1534_MASA_FOA_FILE_NUMS = [2, 4, 6, 8, 10, 12, 14, 16] BS1534_N_FILES = 16 Loading tests/codec_be_on_mr_selection/test_experiments.py +1 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import pytest from . import run_check from .constants import ( P800_CATEGORIES, BS1534_CATEGORIES, BS1534_N_FILES, P800_PARAMS_UNIFIED, BS1534_PARAMS_UNIFIED, Loading Loading @@ -69,7 +68,6 @@ def test_p800( @pytest.mark.create_ref @pytest.mark.parametrize("experiment,bitrate,dtx,fer,testset", BS1534_PARAMS_UNIFIED) @pytest.mark.parametrize("category", BS1534_CATEGORIES) @pytest.mark.parametrize("input_file_num", range(1, 1 + BS1534_N_FILES)) def test_bs1534_no_masa( experiment, Loading @@ -77,12 +75,12 @@ def test_bs1534_no_masa( dtx, fer, testset, category, input_file_num, dut_encoder_frontend, dut_decoder_frontend, update_ref, ): category = "" run_check( experiment, category, Loading Loading
tests/codec_be_on_mr_selection/constants.py +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ class ExperimentParams: P800_CATEGORIES = [f"cat{i}" for i in range(1, 7)] BS1534_CATEGORIES = [""] BS1534_MASA_HOA2_FILE_NUMS = [1, 3, 5, 7, 9, 11, 13, 15] BS1534_MASA_FOA_FILE_NUMS = [2, 4, 6, 8, 10, 12, 14, 16] BS1534_N_FILES = 16 Loading
tests/codec_be_on_mr_selection/test_experiments.py +1 −3 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import pytest from . import run_check from .constants import ( P800_CATEGORIES, BS1534_CATEGORIES, BS1534_N_FILES, P800_PARAMS_UNIFIED, BS1534_PARAMS_UNIFIED, Loading Loading @@ -69,7 +68,6 @@ def test_p800( @pytest.mark.create_ref @pytest.mark.parametrize("experiment,bitrate,dtx,fer,testset", BS1534_PARAMS_UNIFIED) @pytest.mark.parametrize("category", BS1534_CATEGORIES) @pytest.mark.parametrize("input_file_num", range(1, 1 + BS1534_N_FILES)) def test_bs1534_no_masa( experiment, Loading @@ -77,12 +75,12 @@ def test_bs1534_no_masa( dtx, fer, testset, category, input_file_num, dut_encoder_frontend, dut_decoder_frontend, update_ref, ): category = "" run_check( experiment, category, Loading