Loading tests/split_rendering/utils.py +3 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,9 @@ def run_external_split_rendering( split_md_file = output_path_base.joinpath(split_md_file_stem) if plc_error_pattern: split_bitstream = split_bitstream.with_stem( f"{split_bitstream.stem}_plc_{plc_error_pattern.stem}" ) out_file = out_file.with_stem( f"{out_file.stem}_plc_{plc_error_pattern.stem}" ) Loading Loading
tests/split_rendering/utils.py +3 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,9 @@ def run_external_split_rendering( split_md_file = output_path_base.joinpath(split_md_file_stem) if plc_error_pattern: split_bitstream = split_bitstream.with_stem( f"{split_bitstream.stem}_plc_{plc_error_pattern.stem}" ) out_file = out_file.with_stem( f"{out_file.stem}_plc_{plc_error_pattern.stem}" ) Loading