You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updates PR/issue templates
- Updates function doc strings
- Updates README.md
- Updates API docs generation to sphinx autosummary
- Updates documentation organization into two main sections: `ccs` and `system testing`.
- Updates documentation for model configuration
- Updates documentation for XML variables
- Adds documentation generation for XML schema
- Adds documentation for node failure/mpi retry
- Moves users_guide to ccs/
- Moves build_cpl to ccs/model-configuration/variables/component.rst
- Moves misc_tools/ect.rst to tools/ect.rst
- Moves what_cime to ccs/index.rst
- Moves users_guide/testing.rst to system_testing.rst
- Removes xml_files/, files no longer in CIME
- Removes misc_tools/load-balancer-tool.rst, no longer in CIME
compare the current test output to a baseline result
562
+
"""Compare the current test output to a baseline result
553
563
554
-
case - The case containing the hist files to be compared against baselines
555
-
baseline_dir - Optionally, specify a specific baseline dir, otherwise it will be computed from case config
556
-
outfile_suffix - if non-blank, then the cprnc output file name ends with
557
-
this suffix (with a '.' added before the given suffix). if None, no output file saved.
564
+
Args:
565
+
case - The case containing the hist files to be compared against baselines
566
+
baseline_dir - Optionally, specify a specific baseline dir, otherwise it will be computed from case config
567
+
outfile_suffix - if non-blank, then the cprnc output file name ends with this suffix (with a '.' added before the given suffix). if None, no output file saved.
558
568
559
-
returns (SUCCESS, comments)
560
-
SUCCESS means all hist files matched their corresponding baseline
569
+
Returns:
570
+
Tuple bool, str: (success, comments). Success means all hist files matched their corresponding baseline.
0 commit comments