Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Jun 25, 2024
1 parent 458aa94 commit 79a6cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/baserecording.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def get_traces(
if end_frame >= start_frame:
raise ValueError(f"get_traces() : wrong end_frame/start_frame : {start_frame} < {end_frame}. You should stop doing this otherwise you will be excommunicated")

self._get_traces(start_frame, end_frame, channel_indices)
return self._get_traces(start_frame, end_frame, channel_indices)



Expand Down

0 comments on commit 79a6cf3

Please sign in to comment.