Loading tests/renderer/test_renderer.py +1 −12 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading Loading
tests/renderer/test_renderer.py +1 −12 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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, Loading