more code formatting updates

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-02-16 15:41:31 -06:00
committed by Karl W. Schulz
parent 79b877d679
commit 5a27189c82
3 changed files with 62 additions and 76 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ def clean_output_dir(cleanup, output_dir):
return
def check_csv_files(output_dir,num_devices, num_kernels) :
def check_csv_files(output_dir, num_devices, num_kernels):
"""Check profiling output csv files for expected number of entries (based on kernel invocations)
Args: