Loading scripts/parse_commands.py +0 −3 Original line number Diff line number Diff line Loading @@ -91,9 +91,6 @@ if __name__ == '__main__': # Filter out networkSimulator_g192 commands from cmds_rend cmds_rend = [cmd for cmd in cmds_rend if not "networkSimulator_g192" in cmd] # Filter out rtpdump tests from cmds_enc. The rtpdump bitstreams differ between each run. cmds_enc = [cmd for cmd in cmds_enc if not "rtpdump" in cmd] with open(txt_file.replace('.','_enc.'),'w', newline='\n') as outfile: with open('scripts/enc_header.txt','r') as header: outfile.write(header.read()) Loading tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading Loading
scripts/parse_commands.py +0 −3 Original line number Diff line number Diff line Loading @@ -91,9 +91,6 @@ if __name__ == '__main__': # Filter out networkSimulator_g192 commands from cmds_rend cmds_rend = [cmd for cmd in cmds_rend if not "networkSimulator_g192" in cmd] # Filter out rtpdump tests from cmds_enc. The rtpdump bitstreams differ between each run. cmds_enc = [cmd for cmd in cmds_enc if not "rtpdump" in cmd] with open(txt_file.replace('.','_enc.'),'w', newline='\n') as outfile: with open('scripts/enc_header.txt','r') as header: outfile.write(header.read()) Loading
tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading