Skip to content

Commit

Permalink
remove argument definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrifoster committed Apr 25, 2024
1 parent 43fb1d5 commit 3638bbd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions python/ctsm/run_ctsm_py_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@ def _commandline_args(description):

test_subset.add_argument("-s", "--sys", action="store_true", help="Only run system tests")

test_subset.add_argument(
"--adv_unit",
action="store_true",
help="Only run advanced unit tests"
+ " (with dask and/or advanced plotting. Use the ctsm_pylib_wdask conda environment)",
)

test_subset.add_argument(
"--adv_sys",
action="store_true",
help="Only run advanced system tests"
+ " (with dask and/or advanced plotting. Use the ctsm_pylib_wdask conda environment)",
)

test_subset.add_argument(
"-p", "--pattern", help="File name pattern to match\n" "Default is test*.py"
)
Expand Down

0 comments on commit 3638bbd

Please sign in to comment.