Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 31, 2023
1 parent 997df63 commit da75483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validphys2/src/validphys/photon/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ def compute_alphaem_at_thresholds(self):
thresh = {nf: thresh_list[nf - 3] for nf in range(3, self.theory["MaxNfAs"] + 1)}

alphaem_thresh = {nfref: self.alpha_em_ref}
# import ipdb; ipdb.set_trace()

# determine the values of alphaem in the threshold points, depending on the value of qref
for nf in range(nfref + 1, self.theory["MaxNfAs"] + 1):
Expand Down

0 comments on commit da75483

Please sign in to comment.