Skip to content

Commit

Permalink
Merge pull request #112 from kushalbakshi/staging
Browse files Browse the repository at this point in the history
Update multiprocessing arguments to latest versions
  • Loading branch information
ttngu207 authored Jun 4, 2024
2 parents ed2228c + 53502c0 commit e71eb37
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="local", n_processes=None, single_thread=True
backend="multiprocessing", n_processes=None
)

try:
Expand Down

0 comments on commit e71eb37

Please sign in to comment.