We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3446b commit 879bfbcCopy full SHA for 879bfbc
src/spikeinterface/core/binaryrecordingextractor.py
@@ -189,7 +189,7 @@ def get_traces(
189
end_frame: Union[int, None] = None,
190
channel_indices: Union[List, None] = None,
191
) -> np.ndarray:
192
- length = self.mmemmap_length
+ length = self.memmap_length
193
memmap_offset = self.memmap_offset
194
memmap_obj = mmap.mmap(self.file.fileno(), length=length, access=mmap.ACCESS_READ, offset=memmap_offset)
195
0 commit comments