Skip to content

Commit

Permalink
remove embarassing breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
miketynes committed Nov 12, 2024
1 parent 584a16b commit 3a8ddd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cascade/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def calc_for_step_size(step_size):
dr = traj[stop_ix, :] - traj[start_ix, :]
if subtract_com_shift:
delta_com = traj[stop_ix, :].mean(0) - traj[start_ix, :].mean(0)
import pdb; pdb.set_trace()
dr -= delta_com
disp_sq[:, start_ix] = (dr * dr).sum(1)
# subtract 1 since its zero indexed
Expand Down

0 comments on commit 3a8ddd0

Please sign in to comment.