Commit 5386131
Add q0 test statistic as valid option to CLI infer interface
The CLI API (e.g. `pyhf cls`) allows the test statistic to be set,
but it limits the options to `q` and `qtilde`. However, the discovery
test statistic `q0` is also a valid option here, but it can't currently
be set on the command line. This commit is a simple fix; it adds `q0`
to the list of allowed arguments to `pyhf cls --test-stat`.1 parent 116d111 commit 5386131
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments