Skip to content

Commit 82d73c9

Browse files
authored
Merge pull request #194 from ttngu207/dev_spikeinterface_v101
fix: remove `job_kwargs` for sparsity calculation - memory error in linux container
2 parents 212a54f + 4e645eb commit 82d73c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

element_array_ephys/spike_sorting/si_spike_sorting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ def _sorting_analyzer_compute():
282282
folder=analyzer_output_dir,
283283
sparse=True,
284284
overwrite=True,
285-
**job_kwargs,
286285
)
287286

288287
# The order of extension computation is drawn from sorting_analyzer.get_computable_extensions()

0 commit comments

Comments
 (0)