Skip to content

Commit

Permalink
Removing errant debugger trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
clwainwright committed Apr 28, 2014
1 parent cef4446 commit 0386b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmoTransitions/tunneling1D.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ def negV(phi):
phi_bar_top = optimize.fmin(negV, phi_guess, xtol=phi_tol, disp=0)[0]
if not (self.phi_bar < phi_bar_top < self.phi_metaMin or
self.phi_bar > phi_bar_top > self.phi_metaMin):
import ipdb; ipdb.set_trace()
raise PotentialError("Minimization is placing the top of the "
"potential barrier outside of the interval defined by "
"phi_bar and phi_metaMin. Assume that the barrier does not exist.",
Expand Down

0 comments on commit 0386b6c

Please sign in to comment.