Loading tests/codec_be_on_mr_nonselection/test_sba.py +0 −10 Original line number Diff line number Diff line Loading @@ -1072,16 +1072,6 @@ def sba_dec( if sid == 1: tag_out += "_cut" # to avoid conflicting names in case of parallel test execution, differentiate all cases if pca: tag_out += "_pca" if gain_flag != -1: tag_out += f"_Gain{gain_flag}" if sid == 1: tag_out += "_SID" if plc_pattern is not None: tag_out += "_" + plc_pattern dut_pkt_file = f"{dut_base_path}/sba_bs/pkt/{tag_out}.192" ref_pkt_file = f"{reference_path}/sba_bs/pkt/{tag_out}.192" Loading Loading
tests/codec_be_on_mr_nonselection/test_sba.py +0 −10 Original line number Diff line number Diff line Loading @@ -1072,16 +1072,6 @@ def sba_dec( if sid == 1: tag_out += "_cut" # to avoid conflicting names in case of parallel test execution, differentiate all cases if pca: tag_out += "_pca" if gain_flag != -1: tag_out += f"_Gain{gain_flag}" if sid == 1: tag_out += "_SID" if plc_pattern is not None: tag_out += "_" + plc_pattern dut_pkt_file = f"{dut_base_path}/sba_bs/pkt/{tag_out}.192" ref_pkt_file = f"{reference_path}/sba_bs/pkt/{tag_out}.192" Loading