Skip to content

Commit

Permalink
fixing coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwang3851 committed Nov 3, 2024
1 parent 5132168 commit 128c252
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions stressTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ def get_metrics(output_file):
parser.add_argument("--job_path", type=str, required=True, help="Path to the job")
parser.add_argument(
"--get_metrics",
type=bool,
default=False,
help="Set to true to get metrics, does not create new jobs",
action = "store_true",
help="Get metrics without creating new jobs"
)

args = parser.parse_args()
Expand All @@ -117,4 +116,4 @@ def get_metrics(output_file):
args.tango_path,
args.job_name,
args.job_path,
)
)

0 comments on commit 128c252

Please sign in to comment.