Loading tests/renderer/test_renderer.py +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ from .constants import ( CUSTOM_LAYOUT_DIR, METADATA_SCENES_TO_TEST, ) from .utils import run_renderer, compare_renderer_args, test_info from .utils import run_renderer, compare_renderer_args from ..conftest import props_to_record ############################################################################## Loading tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ from typing import Tuple import numpy as np import pytest from tests.renderer.utils import check_BE, run_cmd, test_info, run_ivas_isar_enc_cmd, run_ivas_isar_dec_cmd, run_isar_post_rend_cmd, run_isar_ext_rend_cmd from tests.renderer.utils import check_BE, run_cmd, run_ivas_isar_enc_cmd, run_ivas_isar_dec_cmd, run_isar_post_rend_cmd, run_isar_ext_rend_cmd from tests.split_rendering.constants import * sys.path.append(SCRIPTS_DIR) Loading Loading
tests/renderer/test_renderer.py +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ from .constants import ( CUSTOM_LAYOUT_DIR, METADATA_SCENES_TO_TEST, ) from .utils import run_renderer, compare_renderer_args, test_info from .utils import run_renderer, compare_renderer_args from ..conftest import props_to_record ############################################################################## Loading
tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ from typing import Tuple import numpy as np import pytest from tests.renderer.utils import check_BE, run_cmd, test_info, run_ivas_isar_enc_cmd, run_ivas_isar_dec_cmd, run_isar_post_rend_cmd, run_isar_ext_rend_cmd from tests.renderer.utils import check_BE, run_cmd, run_ivas_isar_enc_cmd, run_ivas_isar_dec_cmd, run_isar_post_rend_cmd, run_isar_ext_rend_cmd from tests.split_rendering.constants import * sys.path.append(SCRIPTS_DIR) Loading