SpikeInterface / spikeinterface

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

Need to save analyzer extension's run_info before run starts (bug from #3347?) #3451

Open jonahpearl opened 2 hours ago

jonahpearl commented 2 hours ago

@ alejoe91, can you explain why this call to self._save_run_info() line got deleted? I think it's important to have it saved before the run starts, otherwise if the run crashes there is no run_info present to be loaded.

Originally posted by @jonahpearl in ff07ac6

jonahpearl commented 2 hours ago

Sorry idk how well the commenting works, but here's a screenshot of the line i'm referencing, specifically the deletion of line 2017:

image