We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7775604 commit 0463945Copy full SHA for 0463945
1 file changed
columnflow/tasks/plotting.py
@@ -313,7 +313,6 @@ def run(self):
313
lumi = sum([_config_inst.x.luminosity for _config_inst in self.config_insts])
314
with law.util.patch_object(config_inst.x, "luminosity", lumi):
315
# call the plot function
316
- breakpoint()
317
fig, _ = self.call_plot_func(
318
self.plot_function,
319
hists=hists,
@@ -578,7 +577,6 @@ def get_plot_shifts(self):
578
577
shifts.append(get_shift_from_configs(self.config_insts, f"{source}_{direction}"))
579
580
# add nominal
581
582
return [self.config_inst.get_shift("nominal"), *shifts]
583
584
def get_plot_parameters(self):
0 commit comments