diff --git a/README.rst b/README.rst index d7402e24ed..8c6dd088c6 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ This is how you use the ``pyhf`` Python API to build a statistical model and run ... test_mu, data, model, test_stat="qtilde", return_expected=True ... ) >>> print(f"Observed: {CLs_obs:.10f}, Expected: {CLs_exp:.10f}") - Observed: 0.0525149729, Expected: 0.0644532007 + Observed: 0.0525149742, Expected: 0.0644532054 Alternatively the statistical model and observational data can be read from its serialized JSON representation (see next section).