Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 92b9207

Browse files
author
Drew Yang
committed
fix typo
1 parent 601dcb1 commit 92b9207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ecephys_spike_sorting/modules/mean_waveforms

ecephys_spike_sorting/modules/mean_waveforms/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def calculate_mean_waveforms(args):
9494
cmd_parts.append(' -samples_per_spike='+repr(args['mean_waveform_params']['samples_per_spike']))
9595
cmd_parts.append(' -pre_samples='+repr(args['mean_waveform_params']['pre_samples']))
9696
cmd_parts.append(' -num_spikes='+repr(args['mean_waveform_params']['spikes_per_epoch']))
97-
cmd_parts.extend(' -snr_radius='+repr(args['mean_waveform_params']['snr_radius']))
97+
cmd_parts.append(' -snr_radius='+repr(args['mean_waveform_params']['snr_radius']))
9898
print(cmd_parts)
9999

100100
# make the C_Waves call

0 commit comments

Comments
 (0)