Skip to content

Commit 591bc59

Browse files
Update src/pyhf/infer/__init__.py
Co-authored-by: Matthew Feickert <[email protected]>
1 parent 8c66ca4 commit 591bc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyhf/infer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def hypotest(
177177
teststat, sig_plus_bkg_distribution, bkg_only_distribution
178178
)
179179
)
180-
CLsb_exp, _, CLs_exp = calc.expected_pvalues(
180+
CLsb_exp, _CLb_exp, CLs_exp = calc.expected_pvalues(
181181
sig_plus_bkg_distribution, bkg_only_distribution
182182
)
183183

0 commit comments

Comments
 (0)