Coverage for bilby/core/utils/__init__.py: 100%
17 statements
« prev ^ index » next coverage.py v7.6.1, created at 2025-05-06 04:57 +0000
« prev ^ index » next coverage.py v7.6.1, created at 2025-05-06 04:57 +0000
1from . import random
2from .calculus import *
3from .cmd import *
4from .colors import *
5from .constants import *
6from .conversion import *
7from .counter import *
8from .docs import *
9from .entry_points import *
10from .introspection import *
11from .io import *
12from .log import *
13from .plotting import *
14from .samples import *
15from .series import *
17# Instantiate the default argument parser at runtime
18command_line_args, command_line_parser = set_up_command_line_arguments()
19# Instantiate the default logging
20setup_logger(print_version=False, log_level=command_line_args.log_level)