AllenInstitute / ecephys_spike_sorting

Modules for processing extracellular electrophysiology data from Neuropixels probes
Other
109 stars 91 forks source link

Parallelization using joblib #51

Closed mmyros closed 4 years ago

mmyros commented 4 years ago

In order for joblib to work, I had to replace numpy indexing with list appends. Then, all tasks are embarrassingly parallel. Thanks for any feedback!

jsiegle commented 4 years ago

Thanks, this is really helpful!