Loading tests/renderer/test_renderer.py +43 −51 Original line number Diff line number Diff line Loading @@ -1110,10 +1110,6 @@ def test_ambisonics_binaural_headrotation_refvecequal( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA3" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading Loading @@ -1154,10 +1150,6 @@ def test_ambisonics_binaural_headrotation_refvec_rotating( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA2" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading Loading
tests/renderer/test_renderer.py +43 −51 Original line number Diff line number Diff line Loading @@ -1110,10 +1110,6 @@ def test_ambisonics_binaural_headrotation_refvecequal( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA3" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading Loading @@ -1154,10 +1150,6 @@ def test_ambisonics_binaural_headrotation_refvec_rotating( if test_info.config.option.create_ref or test_info.config.option.create_cut: pytest.skip("OTR tests only run for smoke test") # TODO revert if in_fmt == "HOA2" and out_fmt == "BINAURAL_ROOM_REVERB": pytest.xfail("WIP : minor differences to be resolved") else: compare_renderer_args( record_property, props_to_record, Loading