Commit aeab2abc authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files
Merge branch 'main' of ssh://forge.3gpp.org:29419/ivas-codec-pc/ivas-codec into sagnowski-do-not-reuse-cldfb-handles
parents ba11fad6 b4edaaa8
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -7,16 +7,17 @@

  <h2>Regression tracking</h2>

  <ul>
    <li><a href="long_term_mld_enc.html">Long term MLD encoder</a></li>
    <li><a href="long_term_mld_dec.html">Long term MLD decoder</a></li>
  <li><a href="long_term_mld_dec_reject_JBM_BINAURAL_ROOM_IR.html">Long term MLD decoder - excluding JBM and BINAURAL_ROOM_IR</a></li>
    <li><a href="long_term_mld_dec_reject_JBM_BINAURAL_ROOM_REVERB.html">Long term MLD decoder - excluding JBM and BINAURAL_ROOM_REVERB</a></li>
    <li><a href="long_term_max_abs_diff_enc.html">Long term MAX_ABS_DIFF encoder</a></li>
    <li><a href="long_term_max_abs_diff_dec.html">Long term MAX_ABS_DIFF decoder</a></li>
  <li><a href="long_term_max_abs_diff_dec_reject_JBM_BINAURAL_ROOM_IR.html">Long term MAX_ABS_DIFF decoder - excluding JBM and BINAURAL_ROOM_IR</a></li>
    <li><a href="long_term_max_abs_diff_dec_reject_JBM_BINAURAL_ROOM_REVERB.html">Long term MAX_ABS_DIFF decoder - excluding JBM and BINAURAL_ROOM_REVERB</a></li>

    <li><a href="detect_regressions.html">Detect MLD regressions</a></li>
    <li><a href="detect_regressions.csv">detect_regressions.csv</a></li>

  </ul>

  <h2>Daily long testvector tests</h2>

+1 −0
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ def main(args):

    # Write CSV-file
    if args.csv:
        all_indices = list(dict.fromkeys(all_indices)) # Remove duplicates
        output = result.iloc[all_indices].copy()
        cols = ["job","testcase","format"]
        cols.extend(date[-days:].tolist())