Comply to Python formatting

Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
coleramos425
2023-05-19 16:10:20 -05:00
parent 514b91b210
commit dc89d64f11
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -478,7 +478,9 @@ def eval_metric(dfs, dfs_type, sys_info, soc_spec, raw_pmc_df, debug):
ammolite__numWavesPerCU = sys_info.maxWavesPerCU # todo: check do we still need it
ammolite__numSQC = sys_info.numSQC
ammolite__L2Banks = sys_info.L2Banks
ammolite__LDSBanks = soc_spec.LDSBanks # todo: eventually switch this over to sys_info. its a new spec so trying not to break compatibility
ammolite__LDSBanks = (
soc_spec.LDSBanks
) # todo: eventually switch this over to sys_info. its a new spec so trying not to break compatibility
ammolite__freq = sys_info.cur_sclk # todo: check do we still need it
ammolite__mclk = sys_info.cur_mclk
ammolite__sclk = sys_info.sclk
-1
View File
@@ -143,7 +143,6 @@ def join_prof(workload_dir, join_type, log_file, verbose, out=None):
log_file.write(msg + "\n")
if test_df_column_equality(_df) and verbose:
print(msg)
# now, we can:
#   A) throw away any of the "boring" duplicats