Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Oct 6, 2023
1 parent 93dc1d7 commit 2907934
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/spikeinterface/widgets/traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,6 @@ def _get_trace_list(recordings, channel_ids, time_range, segment_index, return_s
return_scaled=return_scaled,
)

# if order is not None:
# traces = traces[:, order]
list_traces.append(traces)

# if order is not None:
# channel_ids = np.array(channel_ids)[order]

return times, list_traces, frame_range, channel_ids

0 comments on commit 2907934

Please sign in to comment.