flatironinstitute / labbox-ephys

4 stars 5 forks source link

Computing metrics using labbox recording extractors #464

Closed lfrank closed 3 years ago

lfrank commented 3 years ago

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.

magland commented 3 years ago

Please provide self-contained example (ideally .py script) to reproduce.

magland commented 3 years ago

i think it's resolved in sortingview.