Skip to content

Commit

Permalink
Revert changes to cli infer docstrings, which aren't tested
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Dec 10, 2021
1 parent b1b1a1f commit 6df812d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/pyhf/cli/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6df812d

Please sign in to comment.