You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/Bug-Fix.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pull Request Description
2
2
3
-
Please first read [CONTRIBUTING.md](https://github.com/diana-hep/pyhf/tree/master/CONTRIBUTING.md).
3
+
Please first read [CONTRIBUTING.md](https://github.com/scikit-hep/pyhf/tree/master/CONTRIBUTING.md).
4
4
5
5
Please describe the purpose of this pull request in some detail and what bug it fixes. Reference and link to any relevant issues or pull requests (such as the issue in which this bug was first discussed).
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/Feature.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pull Request Description
2
2
3
-
Please first read [CONTRIBUTING.md](https://github.com/diana-hep/pyhf/tree/master/CONTRIBUTING.md).
3
+
Please first read [CONTRIBUTING.md](https://github.com/scikit-hep/pyhf/tree/master/CONTRIBUTING.md).
4
4
5
5
Please describe the purpose of this pull request in some detail and what the specific feature being added will do. Reference and link to any relevant issues or pull requests (such as the issue in which this feature was first suggested).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ If you would like to make a pull request please:
21
21
22
22
## Bug Reports
23
23
24
-
If you have found a bug please report it by filling out the [bug report template](https://github.com/diana-hep/pyhf/issues/new?template=Bug-Report.md&labels=bug&title=Bug+Report+:+Title+Here).
24
+
If you have found a bug please report it by filling out the [bug report template](https://github.com/scikit-hep/pyhf/issues/new?template=Bug-Report.md&labels=bug&title=Bug+Report+:+Title+Here).
25
25
26
26
## Installing the development environment
27
27
28
-
We recommend first reading the "[Developing](https://diana-hep.org/pyhf/development.html)" page on the pyhf website and the coming back here.
28
+
We recommend first reading the "[Developing](https://scikit-hep.org/pyhf/development.html)" page on the pyhf website and the coming back here.
29
29
30
30
You can install the development environment (which includes a number of extra) libraries and all others needed to run the tests via `pip`:
Copy file name to clipboardExpand all lines: docs/examples/notebooks/binderexample/StatisticalAnalysis.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
"\n",
48
48
"## The Demo\n",
49
49
"\n",
50
-
"The input data for the statistical analysis was built generated using the containerized workflow engine [yadage](https://github.com/diana-hep/yadage) (see demo from KubeCon 2018 [[youtube](https://github.com/diana-hep/yadage)]). Similarly to Binder this utilizes modern container technology for reproducible science. Below you see the execution graph leading up to the model input data at the bottom."
50
+
"The input data for the statistical analysis was built generated using the containerized workflow engine [yadage](https://github.com/scikit-hep/yadage) (see demo from KubeCon 2018 [[youtube](https://github.com/scikit-hep/yadage)]). Similarly to Binder this utilizes modern container technology for reproducible science. Below you see the execution graph leading up to the model input data at the bottom."
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
.. raw:: html
21
21
22
-
<aclass="github-fork-ribbon right-top fixed"href="https://github.com/diana-hep/pyhf/fork"data-ribbon="Fork me on GitHub"title="Fork me on GitHub">Fork me on GitHub</a>
22
+
<aclass="github-fork-ribbon right-top fixed"href="https://github.com/scikit-hep/pyhf/fork"data-ribbon="Fork me on GitHub"title="Fork me on GitHub">Fork me on GitHub</a>
Float: The calculated test statistic, :math:`q_{\mu}`
@@ -216,7 +216,7 @@ def hypotest(
216
216
qtilde (Bool): When ``True`` perform the calculation using the alternative test statistic, :math:`\tilde{q}`, as defined in Equation (62) of `arXiv:1007.1727`_
0 commit comments