Commit 3605af39 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] MASA prerendering tests should only have OMASA inputs

parent 652c4d0c
Loading
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -585,17 +585,7 @@ def test_masa_binaural_headrotation(


@pytest.mark.parametrize("out_fmt", INPUT_FORMATS_MASA)
@pytest.mark.parametrize(
    "in_fmt",
    [
        *INPUT_FORMATS_AMBI,
        *INPUT_FORMATS_MC,
        *INPUT_FORMATS_ISM,
        *INPUT_FORMATS_MASA,
        *INPUT_FORMATS_OSBA,
        *INPUT_FORMATS_OMASA,
    ],
)
@pytest.mark.parametrize("in_fmt", INPUT_FORMATS_OMASA)
@pytest.mark.parametrize("frame_size", FRAMING_TO_TEST)
def test_masa_prerend(
    record_property,
@@ -617,7 +607,6 @@ def test_masa_prerend(
        test_info,
        in_fmt,
        out_fmt,
        metadata_input=TEST_VECTOR_DIR.joinpath(f"{in_fmt}.txt"),
        binary_suffix=EXE_SUFFIX,
        frame_size=frame_size,
        get_mld=get_mld,