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
Fix :latest checker version resolution for compliance-checker >= 6.0.0 (#24)
* Normalize checker:latest to unversioned checker and rely on compliance-checker to select latest checker version
* Various bugfixes
* Update pyproject.toml
---------
Co-authored-by: sol1105 <10836031+sol1105@users.noreply.github.com>
-`-P, --parallel_processes`: Specify the maximum number of parallel processes. Default: 0 (= number of cores).
90
90
-`-o, --output_dir OUTPUT_DIR`: Directory to store QA results. Needs to be non-existing or empty or from previous QA run. If not specified, will store results in `./cc-qa-check-results/YYYYMMDD-HHmm_<hash>`.
91
-
-`-t, --test TEST`: The test to run (eg. `'wcrp_cmip6:latest'`, `'wcrp_cordex_cmip6:latest'` or `'cf:<version>'`, can be specified multiple times, eg.: `'-t wcrp_cmip6:latest -t cf:1.7'`) - default: running latest CF checks`'cf:latest'`. If the version is omitted, `latest` will be used.
91
+
-`-t, --test TEST`: The test to run (eg. `'wcrp_cmip6:latest'`, `'wcrp_cordex_cmip6:latest'` or `'cf:<version>'`, can be specified multiple times, eg.: `'-t wcrp_cmip6:latest -t cf:1.7'`) - default: running latest CF checks. If the version is omitted, `latest` will be used (`'cf'` and `'cf:latest'` are equivalent).
92
92
-`-O, --option OPTION`: Additional options to be passed to the checkers. Format: `'<checker>:<option_name>[:<option_value>]'`. Multiple invocations possible.
93
93
-`-i, --info INFO`: Information used to tag the QA results, eg. the simulation id to identify the checked run. Suggested is the original experiment-id you gave the run.
94
94
-`-r, --resume`: Specify to continue a previous QC run. Requires the `<output_dir>` argument to be set.
0 commit comments