We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c0418 commit a3deed8Copy full SHA for a3deed8
src/spikeinterface/widgets/motion.py
@@ -187,7 +187,6 @@ def __init__(
187
peak_amplitudes = sorting_analyzer.get_extension("spike_amplitudes").get_data()
188
else:
189
peak_amplitudes = None
190
- times = recording.get_times(segment_index=segment_index) if recording is not None else None
191
192
if segment_index is None:
193
assert (
0 commit comments