Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliya Nigamova committed Jun 24, 2024
1 parent fcef577 commit 0d6fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ShapeTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def doCombination(self):
self.out.safe_import(arg, ROOT.RooFit.RecycleConflictNodes())
if self.options.fixpars:
pars = self.out.pdf("model_s").getParameters(self.out.obs)
for arg in pars:
for arg in pars:
if arg == None:
break
if arg.InheritsFrom("RooRealVar") and arg.GetName() != "r":
Expand Down

0 comments on commit 0d6fc50

Please sign in to comment.