mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-05-13 09:45:39 +00:00
Address code rabbit review feedback
This commit is contained in:
@@ -210,7 +210,7 @@ def add_state_row(
|
||||
table.add_cell(row, f"axis:{header}", header, value)
|
||||
|
||||
for summary in state.summaries.values():
|
||||
if summary.hide is not None:
|
||||
if summary.hide:
|
||||
continue
|
||||
header = summary.name if summary.name is not None else summary.tag
|
||||
table.add_cell(row, summary.tag, header, format_summary(summary))
|
||||
|
||||
Reference in New Issue
Block a user