Skip to content

Commit

Permalink
remove IPython shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nprouvost committed Nov 27, 2024
1 parent ee37876 commit 716e0bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hbt/selection/lepton.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,6 @@ def lepton_selection(
events = set_ak_column(events, "single_triggered", single_triggered)
events = set_ak_column(events, "cross_triggered", cross_triggered)

from IPython import embed; embed(header="lepton_selection")

return events, SelectionResult(
steps={
"lepton": channel_id != 0,
Expand Down

0 comments on commit 716e0bc

Please sign in to comment.