Commit 4ddd4422 authored by norvell's avatar norvell
Browse files

Merge branch 'ci/unify-suffix-netsimout' into 'main'

[CI] Unify networkSimulator_g192 output suffix to netsimout

See merge request !2340
parents 024fd209 4f786e8b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ def run_full_chain_split_rendering(
        run_ivas_isar_enc_cmd(enc_cmd)

        if delay_profile:
            rtp_bitstream = ivas_bitstream.with_suffix(".rtpg192")
            rtp_bitstream = ivas_bitstream.with_suffix(".netsimout")
            netsim_cmd = [
                str(TOOLS_DIR / f"networkSimulator_g192{EXE_SUFFIX}"),
                str(delay_profile),