Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Wardle committed Jun 30, 2023
1 parent f054106 commit f752ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/plotTestStatCLs.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ def findPOIvals(fi, m):
options.rebin,
options.expected,
options.quantileExpected,
options.sub_label
options.sub_label,
)
canvases.append(can.Clone())
if options.save_as_pdf:
can.SaveAs(options.output+"_"+can.GetName()+".pdf")
if options.save_as_pdf:
can.SaveAs(options.output + "_" + can.GetName() + ".pdf")
ft.Close()
ofile = ROOT.TFile(options.output, "RECREATE")
for can in canvases:
Expand Down

0 comments on commit f752ca4

Please sign in to comment.