Loading ci/basop-pages/create_report_pages.py +3 −3 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ Comparing: <br> <h2><a href="summary_{job_name}.html">Summary page</a></h2> <h2><a href="summary__split_{job_name}.html">Split comparison summary page</a></h2> <h2><a href="summary_split_{job_name}.html">Split comparison summary page</a></h2> <br> <br> Loading Loading @@ -102,7 +102,7 @@ COLUMNS = [ "testcase", "Format", "Category", "Result", "result", "MLD", "MAX_ABS_DIFF", "MIN_SSNR", Loading Loading @@ -187,7 +187,7 @@ def tr_from_row(row, id_current, id_previous): prev = row[f"{c}-{id_previous}"] curr = row[f"{c}-{id_current}"] if c == "Result": if c == "result": # print errors in bold red font td_tmpl = TD_TMPL_INCREASE if prev == "ERROR" else TD_TMPL_NORMAL tr.append(td_tmpl.format(prev)) Loading Loading
ci/basop-pages/create_report_pages.py +3 −3 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ Comparing: <br> <h2><a href="summary_{job_name}.html">Summary page</a></h2> <h2><a href="summary__split_{job_name}.html">Split comparison summary page</a></h2> <h2><a href="summary_split_{job_name}.html">Split comparison summary page</a></h2> <br> <br> Loading Loading @@ -102,7 +102,7 @@ COLUMNS = [ "testcase", "Format", "Category", "Result", "result", "MLD", "MAX_ABS_DIFF", "MIN_SSNR", Loading Loading @@ -187,7 +187,7 @@ def tr_from_row(row, id_current, id_previous): prev = row[f"{c}-{id_previous}"] curr = row[f"{c}-{id_current}"] if c == "Result": if c == "result": # print errors in bold red font td_tmpl = TD_TMPL_INCREASE if prev == "ERROR" else TD_TMPL_NORMAL tr.append(td_tmpl.format(prev)) Loading