lint_metrics.py¶
Validate the contents of an LSST Verification Framework metrics package.
A metrics package contains, minimally, two root directories:
metrics/ - contains one YAML file per LSST Science Pipelines package that define metrics measured by that package.
specs/ - contains sub-directories named after LSST Science Pipelines packages. Specifications are defined in YAML files within those sub-directories.
usage: lint_metrics.py [-h] [package_dir]
positional arguments¶
-
package_dir
¶
Filepath of the metrics package to be checked.
optional arguments¶
-
-h
,
--help
¶
show this help message and exit