Skip to content

Commit 1573e51

Browse files
committed
update some comments to make it more clear which tables we are mentioning at each point
1 parent f17d787 commit 1573e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ml_peg/app/build_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ def build_category(
117117
category_title = category
118118
category_descrip = ""
119119

120-
# Build summary table
120+
# Build category summary table
121121
summary_table = build_summary_table(
122122
all_tables[category], table_id=f"{category_title}-summary-table"
123123
)
124124
category_tables[category_title] = summary_table
125125

126-
# Build weight components for summary table
126+
# Build weight components for category summary table
127127
weight_components = build_weight_components(
128128
header="Benchmark weights",
129129
columns=list(all_tables[category].keys()),

0 commit comments

Comments
 (0)