Skip to content

Commit

Permalink
Merge pull request #107 from kushalbakshi/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 authored Jun 4, 2024
2 parents ff80a7c + 1f3ab21 commit ed2228c
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=False
backend="local", n_processes=None, single_thread=True
)

try:
Expand Down

0 comments on commit ed2228c

Please sign in to comment.