Skip to content

Commit

Permalink
Removes pdb from mc code
Browse files Browse the repository at this point in the history
  • Loading branch information
apasarkar committed Aug 8, 2023
1 parent 97e8610 commit 11d987b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jnormcorre/motion_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@

import math

import pdb




## TODO: Check whether enable x64 is worth it
# config.update("jax_enable_x64", True)

Expand Down Expand Up @@ -2372,7 +2367,6 @@ def motion_correct_batch_rigid(fname, max_shifts, splits=56, num_splits_to_proce
if filter_kernel is not None:
new_templ = high_pass_filter_cv(filter_kernel, new_templ)
else:
pdb.set_trace()
new_templ = np.nanmedian(np.dstack([r[-1] for r in res_rig]), -1)

total_template = new_templ
Expand Down

0 comments on commit 11d987b

Please sign in to comment.