Skip to content

Commit

Permalink
fix sparsity here as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Oct 13, 2023
1 parent 00b208c commit 21e2e97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# because it contains a reference to the "Recording" and the "Sorting" objects:

folder = 'waveforms_mearec'
we = si.extract_waveforms(recording, sorting, folder,
we = si.extract_waveforms(recording, sorting, folder, sparsity=False,
ms_before=1, ms_after=2., max_spikes_per_unit=500,
n_jobs=1, chunk_durations='1s')
print(we)
Expand Down

0 comments on commit 21e2e97

Please sign in to comment.