diff --git a/ci/basop-pages/create_report_pages.py b/ci/basop-pages/create_report_pages.py index 339578a795feed210947fc734ee7de9c5d60fe05..42a53930535ee4d818d54aa77eee2bb434695844 100644 --- a/ci/basop-pages/create_report_pages.py +++ b/ci/basop-pages/create_report_pages.py @@ -37,7 +37,7 @@ Comparing:

Summary page

-

Split comparison summary page

+

Split comparison summary page



@@ -102,7 +102,7 @@ COLUMNS = [ "testcase", "Format", "Category", - "Result", + "result", "MLD", "MAX_ABS_DIFF", "MIN_SSNR", @@ -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))