Skip to content

Commit fe563e2

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent 349c530 commit fe563e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

machine_learning_hep/analysis/analyzerdhadrons_mult.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ def fit(self):
380380
sigma_sgn = roo_ws.var("sigma_g1")
381381
(sig, sig_err, _, _,
382382
signif, signif_err, s_over_b, s_over_b_err
383-
) = calc_signif(roo_ws, roo_res, self.p_pdfnames, self.p_param_names, mean_sgn, sigma_sgn)
383+
) = calc_signif(roo_ws, roo_res, self.p_pdfnames, \
384+
self.p_param_names, mean_sgn, sigma_sgn)
384385

385386
yieldshistos.SetBinContent(ipt, sig)
386387
yieldshistos.SetBinError(ipt, sig_err)

0 commit comments

Comments
 (0)