SpikeInterface / spikeinterface

A Python-based module for creating flexible and robust spike sorting pipelines.
https://spikeinterface.readthedocs.io
MIT License
531 stars 188 forks source link

Avoid warnings in sorting analyzer #3455

Closed samuelgarcia closed 1 month ago

alejoe91 commented 1 month ago

For context, this is a weird behavior that happened due to the run_info addition and the QM additional computation which triggered a warning about run info being not present (because it's actually deleted priot to computing additional quality metrics).

The fix is to use the extension which is still loaded in memory