From ee805d10145628f8d326bc7d04b912a050b290a7 Mon Sep 17 00:00:00 2001 From: ywang103-amd Date: Thu, 23 Oct 2025 09:33:54 -0400 Subject: [PATCH] remove option of json as rocprofv3's intermediate file to avoid test failures of outdated code (#1474) --- projects/rocprofiler-compute/src/argparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/argparser.py b/projects/rocprofiler-compute/src/argparser.py index 0c42b0d110..ef0b933290 100644 --- a/projects/rocprofiler-compute/src/argparser.py +++ b/projects/rocprofiler-compute/src/argparser.py @@ -341,7 +341,7 @@ Examples: required=False, metavar="", dest="format_rocprof_output", - choices=["json", "csv", "rocpd"], + choices=["csv", "rocpd"], default="csv", help="\t\t\tSet the format of output file of rocprof.", )