Loading tests/renderer/test_renderer.py +1 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,7 @@ def test_dynamic_acoustic_environment( ) @pytest.mark.skip("MSAN errors in BASOP need to be fixed") @pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL[2:]) @pytest.mark.parametrize("in_fmt", INPUT_FORMATS_AMBI) @pytest.mark.parametrize("frame_size", FRAMING_TO_TEST) Loading Loading
tests/renderer/test_renderer.py +1 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,7 @@ def test_dynamic_acoustic_environment( ) @pytest.mark.skip("MSAN errors in BASOP need to be fixed") @pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL[2:]) @pytest.mark.parametrize("in_fmt", INPUT_FORMATS_AMBI) @pytest.mark.parametrize("frame_size", FRAMING_TO_TEST) Loading