Skip to content

Commit

Permalink
Comply to Python formatting
Browse files Browse the repository at this point in the history
Signed-off-by: colramos-amd <colramos@amd.com>
  • Loading branch information
coleramos425 committed Oct 12, 2023
1 parent 15112d3 commit c0a9596
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tests/test_analyze_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def test_filter_metrics_mi100():
"--path",
"tests/workloads/mixbench/mi100",
"-b",
"SQ", "LDS",
"SQ",
"LDS",
],
):
omniperf.main()
Expand All @@ -95,7 +96,8 @@ def test_filter_metrics_inv_mi100():
"--path",
"tests/workloads/mixbench/mi100",
"-b",
"Crash", "Test",
"Crash",
"Test",
],
):
omniperf.main()
Expand Down Expand Up @@ -423,7 +425,8 @@ def test_filter_metrics_mi200():
"--path",
"tests/workloads/mixbench/mi200",
"-b",
"SQ", "LDS",
"SQ",
"LDS",
],
):
omniperf.main()
Expand All @@ -440,7 +443,8 @@ def test_filter_metrics_inv_mi200():
"--path",
"tests/workloads/mixbench/mi200",
"-b",
"Crash", "Test",
"Crash",
"Test",
],
):
omniperf.main()
Expand Down

0 comments on commit c0a9596

Please sign in to comment.