diff --git a/src/pyhf/cli/infer.py b/src/pyhf/cli/infer.py index 65ebba07e7..020f1ee1b4 100644 --- a/src/pyhf/cli/infer.py +++ b/src/pyhf/cli/infer.py @@ -69,14 +69,14 @@ def fit( { "mle_parameters": { "mu": [ - 0.000172986... + 0.00017298628839781602 ], "uncorr_bkguncrt": [ - 1.00000156... - 0.99996658... + 1.0000015671710816, + 0.9999665895859197 ] }, - "twice_nll": 23.19636590... + "twice_nll": 23.19636590468879 } """ # set the backend if not NumPy @@ -181,13 +181,13 @@ def cls( \b { "CLs_exp": [ - 0.07807427..., - 0.17472571..., - 0.35998495..., - 0.63435682..., - 0.88099470... + 0.07807427911686156, + 0.17472571775474618, + 0.35998495263681285, + 0.6343568235898907, + 0.8809947004472013 ], - "CLs_obs": 0.35998456... + "CLs_obs": 0.3599845631401915 } """ with click.open_file(workspace, 'r') as specstream: