Skip to content

Commit

Permalink
sparse=False for dense
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Oct 13, 2023
1 parent 21e2e97 commit bf8c5d1
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, sparsity=False,
we = si.extract_waveforms(recording, sorting, folder, sparse=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 bf8c5d1

Please sign in to comment.