Loading tests/renderer/test_renderer.py +3 −3 Original line number Diff line number Diff line Loading @@ -419,7 +419,6 @@ def test_ism_binaural_static( get_odg_bin, split_comparison, ): run_renderer( record_property, props_to_record, Loading Loading @@ -456,7 +455,6 @@ def test_ism_binaural_headrotation( get_odg_bin, split_comparison, ): run_renderer( record_property, props_to_record, Loading Loading @@ -495,7 +493,6 @@ def test_masa( get_odg_bin, split_comparison, ): run_renderer( record_property, props_to_record, Loading Loading @@ -675,6 +672,9 @@ def test_custom_ls_output( get_odg_bin, split_comparison, ): # TODO: revert once BASOP is brought up-to-date if in_fmt in INPUT_FORMATS_MASA: pytest.skip("MASA to custom LS not supported on ivas-float-update yet") run_renderer( record_property, props_to_record, Loading Loading
tests/renderer/test_renderer.py +3 −3 Original line number Diff line number Diff line Loading @@ -419,7 +419,6 @@ def test_ism_binaural_static( get_odg_bin, split_comparison, ): run_renderer( record_property, props_to_record, Loading Loading @@ -456,7 +455,6 @@ def test_ism_binaural_headrotation( get_odg_bin, split_comparison, ): run_renderer( record_property, props_to_record, Loading Loading @@ -495,7 +493,6 @@ def test_masa( get_odg_bin, split_comparison, ): run_renderer( record_property, props_to_record, Loading Loading @@ -675,6 +672,9 @@ def test_custom_ls_output( get_odg_bin, split_comparison, ): # TODO: revert once BASOP is brought up-to-date if in_fmt in INPUT_FORMATS_MASA: pytest.skip("MASA to custom LS not supported on ivas-float-update yet") run_renderer( record_property, props_to_record, Loading