File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
eamxx/cime_config/SystemTests Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1+ Subproject commit 4f65fc04c624988baf06efda56fc4e0f528c0835
Original file line number Diff line number Diff line change @@ -1283,20 +1283,8 @@ def parse_command_line(args, description):
12831283###############################################################################
12841284def _main_func (description ):
12851285###############################################################################
1286- cli_args = parse_command_line (sys .argv , description )
1287-
12881286 cli_comments , cli_status = run_stats_comparison (
1289- cli_args .run_dir ,
1290- cli_args .base_dir ,
1291- analysis_type = cli_args .analysis_type ,
1292- test_type = cli_args .test_type ,
1293- alpha = cli_args .alpha ,
1294- critical_fraction = cli_args .critical_fraction ,
1295- correction_method = cli_args .correction_method ,
1296- max_failed_vars = cli_args .max_failed_vars ,
1297- magnitude_threshold = cli_args .magnitude_threshold ,
1298- run_file_pattern = cli_args .run_file_pattern ,
1299- base_file_pattern = cli_args .base_file_pattern ,
1287+ ** vars (parse_command_line (sys .argv , description ))
13001288 )
13011289
13021290 print ("\n " )
You can’t perform that action at this time.
0 commit comments