LbAPLocal#
Checks#
Utils#
- LbAPLocal.utils.available_productions()[source]#
Function that finds all production folders with an info.yaml
- LbAPLocal.utils.create_output_dir(production_name, require_cmt)[source]#
Create the directory structure for testing locally
- LbAPLocal.utils.production_to_versions(working_group: str, production_name: str) list [source]#
List the AnalysisProductions tags corresponding to the specified production.
Testing#
CLI#
- class LbAPLocal.cli.NaturalOrderGroup(name: str | None = None, commands: collections.abc.MutableMapping[str, click.core.Command] | collections.abc.Sequence[click.core.Command] | None = None, invoke_without_command: bool = False, no_args_is_help: bool | None = None, subcommand_metavar: str | None = None, chain: bool = False, result_callback: Optional[Callable[[...], Any]] = None, **kwargs: Any)[source]#
Group for showing subcommands in the correct order