Skip to content

Commit 0463945

Browse files
author
juvanden
committed
remove breakpoints
1 parent 7775604 commit 0463945

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

columnflow/tasks/plotting.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def run(self):
313313
lumi = sum([_config_inst.x.luminosity for _config_inst in self.config_insts])
314314
with law.util.patch_object(config_inst.x, "luminosity", lumi):
315315
# call the plot function
316-
breakpoint()
317316
fig, _ = self.call_plot_func(
318317
self.plot_function,
319318
hists=hists,
@@ -578,7 +577,6 @@ def get_plot_shifts(self):
578577
shifts.append(get_shift_from_configs(self.config_insts, f"{source}_{direction}"))
579578

580579
# add nominal
581-
breakpoint()
582580
return [self.config_inst.get_shift("nominal"), *shifts]
583581

584582
def get_plot_parameters(self):

0 commit comments

Comments
 (0)