Skip to content

Commit

Permalink
important comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Jun 26, 2024
1 parent 532ea48 commit c2f5289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spikeinterface/sortingcomponents/motion/dredge.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ def dredge_ap(
raster, spatial_bin_edges_um, time_bin_edges_s, counts = raster_res
else:
raster, spatial_bin_edges_um, time_bin_edges_s = raster_res

# TODO Sam I did not yet change parameters here with the get_windows API
windows, window_centers = get_windows(
# pseudo geom to fool spikeinterface
np.c_[np.zeros_like(spatial_bin_edges_um), spatial_bin_edges_um],
Expand Down

0 comments on commit c2f5289

Please sign in to comment.