Skip to content

Commit

Permalink
Update src/spikeinterface/core/waveform_tools.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
samuelgarcia and alejoe91 authored Sep 8, 2023
1 parent 5c66159 commit 7080696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/waveform_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def extract_waveforms_to_single_buffer(
Allocate a single buffer (memmap or or shared memory) and then distribute every waveform into it.
Contrary to extract_waveforms_to_buffers() all waveforms are extracted in the same buffer, so the spike vector is
needed to recover waveforms unit by unit. Importantly in case of sparsity, the channel are not aligned across
needed to recover waveforms unit by unit. Importantly in case of sparsity, the channels are not aligned across
units.
Important note: for the "shared_memory" mode wf_array_info contains reference to
Expand Down

0 comments on commit 7080696

Please sign in to comment.