Currently this seems to hang, following lots of messages like
Chunk 52: extracting waveforms
Exception ignored in: <function BaseExtractor.del at 0x7f4be5b7ec10>
Traceback (most recent call last):
File "/home/loren/Src/NWB/spikeextractors/spikeextractors/baseextractor.py", line 36, in del
for memmap_obj in self._memmap_files:
AttributeError: 'LabboxEphysRecordingExtractor' object has no attribute '_memmap_files'
Currently this seems to hang, following lots of messages like
Chunk 52: extracting waveforms Exception ignored in: <function BaseExtractor.del at 0x7f4be5b7ec10> Traceback (most recent call last): File "/home/loren/Src/NWB/spikeextractors/spikeextractors/baseextractor.py", line 36, in del for memmap_obj in self._memmap_files: AttributeError: 'LabboxEphysRecordingExtractor' object has no attribute '_memmap_files'
But it's not clear why it hangs.