Commit a9be5aa0 authored by Jan Kiene's avatar Jan Kiene
Browse files

no need to parametrize only one category for BS1534 tests

(except for MASA tests)
parent 6cde790e
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −3
Original line number Diff line number Diff line
@@ -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,
@@ -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,
@@ -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,