Coverage for bin/gen3_to_job.py: 43%

5 statements  

« prev     ^ index     » next       coverage.py v7.5.0, created at 2024-04-26 02:55 -0700

1#!/Users/square/j/workspace/release/tarball/8adb498aff/build/conda/miniconda3-py38_4.9.2/envs/lsst-scipipe-8.0.0/bin/python # noqa 

2 

3from lsst.verify.bin.jobReporter import main, build_argparser 

4 

5 

6if __name__ == "__main__": 6 ↛ 7line 6 didn't jump to line 7, because the condition on line 6 was never true

7 parser = build_argparser() 

8 args = parser.parse_args() 

9 main(args.repository, 

10 args.collection, 

11 args.metrics_package, 

12 args.spec, 

13 args.dataset_name)