Fix tests and formatting (#826)

[ROCm/rocprofiler-compute commit: 068e5aaef4]
This commit is contained in:
vedithal-amd
2025-07-22 17:49:16 -04:00
committed by GitHub
parent a559d9e8d1
commit 6c8b834f5c
4 changed files with 5 additions and 22 deletions
@@ -197,9 +197,7 @@ def build_bar_chart(display_df, table_config, barchart_elements, norm_filt):
# Speed-of-light bar chart
elif table_config["id"] in barchart_elements["sol"]:
display_df["Avg"] = [
float(x) if x != "" else float(0) for x in display_df["Avg"]
]
display_df["Avg"] = [float(x) if x != "" else float(0) for x in display_df["Avg"]]
if table_config["id"] == 1701:
# special layout for L2 Cache SOL
d_figs.append(