Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Jun 21, 2024
1 parent 62c75f8 commit 13c81ac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/spikeinterface/sortingcomponents/motion/dredge.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ def dredge_online_lfp(
Returns
-------
me : motion_util.MotionEstimate
A motion estimate object. me.displacement is the displacement trace, but this object
includes methods for getting the displacement at different times and depths; see
the documentation in the motion_util.py file.
motion : Motion
A motion object.
extra : dict
Dict containing extra info for debugging
"""
Expand Down Expand Up @@ -126,7 +124,7 @@ def dredge_online_lfp(
)

# in LFP bin center are contact position
# TODO check dim and direction and assert unique
# TODO sam check dim and direction and assert unique
spatial_bin_centers = geom[:, 1]

windows, window_centers = get_windows(
Expand Down

0 comments on commit 13c81ac

Please sign in to comment.