Loading tests/split_rendering/test_split_rendering.py +3 −0 Original line number Diff line number Diff line Loading @@ -413,6 +413,9 @@ test_info, in_fmt, render_config, trajectory, error_pattern): post_trajectory = HR_TRAJECTORY_DIR.joinpath(f"{trajectory}.csv") pre_trajectory = post_trajectory.with_stem(f"{post_trajectory.stem}_delayed") if in_fmt == "HOA3" and render_config == "split_renderer_config_3dof_512k_default_fastconv" and trajectory == "rotate_euler_quaternion_5s": pytest.skip("currently crashing in BASOP") run_external_split_rendering( record_property, props_to_record, Loading Loading
tests/split_rendering/test_split_rendering.py +3 −0 Original line number Diff line number Diff line Loading @@ -413,6 +413,9 @@ test_info, in_fmt, render_config, trajectory, error_pattern): post_trajectory = HR_TRAJECTORY_DIR.joinpath(f"{trajectory}.csv") pre_trajectory = post_trajectory.with_stem(f"{post_trajectory.stem}_delayed") if in_fmt == "HOA3" and render_config == "split_renderer_config_3dof_512k_default_fastconv" and trajectory == "rotate_euler_quaternion_5s": pytest.skip("currently crashing in BASOP") run_external_split_rendering( record_property, props_to_record, Loading