Loading tests/codec_be_on_mr_nonselection/test_sba.py +2 −1 Original line number Diff line number Diff line Loading @@ -1353,7 +1353,8 @@ def sba_dec( ) # 2. run comparison on split files if --split_comparison is given if split_comparison: # in the "cut until bitstream starts with SID" case, we can't do the split comp as the indices would not match anymore if split_comparison and sid != 1: input_file = f"{test_vector_path}/{tag}.wav" split_idx = get_split_idx(str(Path(input_file).stem), int(sampling_rate)) Loading Loading
tests/codec_be_on_mr_nonselection/test_sba.py +2 −1 Original line number Diff line number Diff line Loading @@ -1353,7 +1353,8 @@ def sba_dec( ) # 2. run comparison on split files if --split_comparison is given if split_comparison: # in the "cut until bitstream starts with SID" case, we can't do the split comp as the indices would not match anymore if split_comparison and sid != 1: input_file = f"{test_vector_path}/{tag}.wav" split_idx = get_split_idx(str(Path(input_file).stem), int(sampling_rate)) Loading