Skip to content

Commit

Permalink
Fix(run_caiman.py) Remove "single_thread" argument from setup_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Jun 4, 2024
1 parent 1e06ac8 commit 53502c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_interface/run_caiman.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_caiman(
opts = params.CNMFParams(params_dict=parameters)

c, dview, n_processes = cm.cluster.setup_cluster(
backend="multiprocessing", n_processes=None, single_thread=False
backend="multiprocessing", n_processes=None
)

try:
Expand Down

0 comments on commit 53502c0

Please sign in to comment.