Commit 1cff7a0d authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove framesize parameter from MASA prerend tests

parent c739e3e5
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -586,14 +586,12 @@ def test_masa_binaural_headrotation(

@pytest.mark.parametrize("out_fmt", INPUT_FORMATS_MASA)
@pytest.mark.parametrize("in_fmt", INPUT_FORMATS_OMASA)
@pytest.mark.parametrize("frame_size", FRAMING_TO_TEST)
def test_masa_prerend(
    record_property,
    props_to_record,
    test_info,
    in_fmt,
    out_fmt,
    frame_size,
    get_mld,
    get_mld_lim,
    get_ssnr,
@@ -608,7 +606,6 @@ def test_masa_prerend(
        in_fmt,
        out_fmt,
        binary_suffix=EXE_SUFFIX,
        frame_size=frame_size,
        get_mld=get_mld,
        mld_lim=get_mld_lim,
        get_ssnr=get_ssnr,
@@ -620,14 +617,12 @@ def test_masa_prerend(

@pytest.mark.parametrize("out_fmt", INPUT_FORMATS_MASA)
@pytest.mark.parametrize("in_fmt", METADATA_SCENES_TO_TEST_MASA_PREREND)
@pytest.mark.parametrize("frame_size", FRAMING_TO_TEST)
def test_masa_prerend_scenes(
    record_property,
    props_to_record,
    test_info,
    in_fmt,
    out_fmt,
    frame_size,
    get_mld,
    get_mld_lim,
    get_ssnr,
@@ -643,7 +638,6 @@ def test_masa_prerend_scenes(
        out_fmt,
        metadata_input=TEST_VECTOR_DIR.joinpath(f"{in_fmt}.txt"),
        binary_suffix=EXE_SUFFIX,
        frame_size=frame_size,
        get_mld=get_mld,
        mld_lim=get_mld_lim,
        get_ssnr=get_ssnr,