Skip to content

Commit 8de0656

Browse files
committed
oups
1 parent ed6c7e5 commit 8de0656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/preprocessing/highpass_spatial_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def get_traces(self, start_frame, end_frame, channel_indices):
221221
self.parent_recording_segment,
222222
start_frame=start_frame,
223223
end_frame=end_frame,
224-
channel_indices=slice(None)
224+
channel_indices=slice(None),
225225
margin=margin,
226226
)
227227
# apply sorting by depth

0 commit comments

Comments
 (0)