Comply to Python formatting

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: ce4e8d6e93]
Bu işleme şunda yer alıyor:
coleramos425
2023-05-30 11:00:41 -05:00
ebeveyn 17600a8b54
işleme e45a4d13eb
+1 -1
Dosyayı Görüntüle
@@ -468,7 +468,7 @@ def eval_metric(dfs, dfs_type, sys_info, soc_spec, raw_pmc_df, debug):
"""
# confirm no illogical counter values
if (raw_pmc_df['pmc_perf']['GRBM_GUI_ACTIVE'] == 0).any():
if (raw_pmc_df["pmc_perf"]["GRBM_GUI_ACTIVE"] == 0).any():
print("WARNING: Dectected GRBM_GUI_ACTIVE == 0\nHaulting execution.")
sys.exit(1)