Loading tests/split_rendering/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ import re import sys from pathlib import Path from tempfile import TemporaryDirectory from typing import Tuple from typing import Tuple, Optional import numpy as np import pytest Loading Loading @@ -185,7 +185,7 @@ def run_full_chain_split_rendering( get_ssnr=False, get_odg=False, get_odg_bin=False, delay_profile: Path | None=None, delay_profile: Optional[Path]=None, ) -> str: """ Runs the full split rendering chain consisting of Loading Loading
tests/split_rendering/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ import re import sys from pathlib import Path from tempfile import TemporaryDirectory from typing import Tuple from typing import Tuple, Optional import numpy as np import pytest Loading Loading @@ -185,7 +185,7 @@ def run_full_chain_split_rendering( get_ssnr=False, get_odg=False, get_odg_bin=False, delay_profile: Path | None=None, delay_profile: Optional[Path]=None, ) -> str: """ Runs the full split rendering chain consisting of Loading