Skip to content

Commit 4e645eb

Browse files
committed
fix: remove job_kwargs for sparsity calculation - memory error in linux container
1 parent 1a1b18f commit 4e645eb

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)