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

Commit e851929

Browse files
author
Drew Yang
committed
rm test print
1 parent 92b9207 commit e851929

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • ecephys_spike_sorting/modules/mean_waveforms

ecephys_spike_sorting/modules/mean_waveforms/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def calculate_mean_waveforms(args):
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']))
9797
cmd_parts.append(' -snr_radius='+repr(args['mean_waveform_params']['snr_radius']))
98-
print(cmd_parts)
9998

10099
# make the C_Waves call
101100
#subprocess.call(cwaves_cmd)

0 commit comments

Comments
 (0)