SpikeInterface / spikeinterface

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

Fix compute analyzer pipeline with tmp recording #3433

Closed alejoe91 closed 2 months ago

alejoe91 commented 2 months ago

Fixes a bug that prevented runnning pipeline-based extensions with a temprary recording alone.

Also some other small fixes (e.g., removing some we variable names in pca postprocessing)