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

Add verbose kwarg to mda write_recording #3535

Closed chrishalcrow closed 6 days ago

chrishalcrow commented 1 week ago

Possible fix for #3532

Adds verbose as a kwarg to write_recording for MdaRecordingExtractor class, rather then it being in job_kwargs.

Probably missed when we removed verbose from job_kwargs. Does this look like a reasonable fix @zm711 ? This seems like a good time to check all the RecordingExtractors.

chrishalcrow commented 1 week ago

This has fixed (the first) problem in issue #3532 : https://github.com/SpikeInterface/spikeinterface/issues/3532#issuecomment-2476791078