Loading tests/renderer/test_renderer_be_comparison.py +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ def test_masa_binaural_static(test_info, in_fmt, out_fmt): @pytest.mark.parametrize("trj_file", HR_TRAJECTORIES_TO_TEST) @pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL) @pytest.mark.parametrize("in_fmt", INPUT_FORMATS_MASA) def test_masa_binaural_headrotation(test_info, in_fmt, out_fmt): def test_masa_binaural_headrotation(test_info, in_fmt, out_fmt, trj_file): compare_renderer_vs_mergetarget( test_info, in_fmt, Loading Loading
tests/renderer/test_renderer_be_comparison.py +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ def test_masa_binaural_static(test_info, in_fmt, out_fmt): @pytest.mark.parametrize("trj_file", HR_TRAJECTORIES_TO_TEST) @pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL) @pytest.mark.parametrize("in_fmt", INPUT_FORMATS_MASA) def test_masa_binaural_headrotation(test_info, in_fmt, out_fmt): def test_masa_binaural_headrotation(test_info, in_fmt, out_fmt, trj_file): compare_renderer_vs_mergetarget( test_info, in_fmt, Loading